Author: mrdon
Date: Fri Jun 20 21:35:43 2008
New Revision: 670137

URL: http://svn.apache.org/viewvc?rev=670137&view=rev
Log:
Fixing struts-annotations to work now
WW-2132

Modified:
    struts/struts2/trunk/core/src/site/resources/tags/a.html
    struts/struts2/trunk/core/src/site/resources/tags/action.html
    struts/struts2/trunk/core/src/site/resources/tags/actionerror.html
    struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html
    struts/struts2/trunk/core/src/site/resources/tags/append.html
    struts/struts2/trunk/core/src/site/resources/tags/bean.html
    struts/struts2/trunk/core/src/site/resources/tags/checkbox.html
    struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html
    struts/struts2/trunk/core/src/site/resources/tags/combobox.html
    struts/struts2/trunk/core/src/site/resources/tags/component.html
    struts/struts2/trunk/core/src/site/resources/tags/date.html
    struts/struts2/trunk/core/src/site/resources/tags/debug.html
    struts/struts2/trunk/core/src/site/resources/tags/div.html
    struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html
    struts/struts2/trunk/core/src/site/resources/tags/else.html
    struts/struts2/trunk/core/src/site/resources/tags/elseif.html
    struts/struts2/trunk/core/src/site/resources/tags/fielderror.html
    struts/struts2/trunk/core/src/site/resources/tags/file.html
    struts/struts2/trunk/core/src/site/resources/tags/form.html
    struts/struts2/trunk/core/src/site/resources/tags/generator.html
    struts/struts2/trunk/core/src/site/resources/tags/head.html
    struts/struts2/trunk/core/src/site/resources/tags/hidden.html
    struts/struts2/trunk/core/src/site/resources/tags/i18n.html
    struts/struts2/trunk/core/src/site/resources/tags/if.html
    struts/struts2/trunk/core/src/site/resources/tags/include.html
    struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html
    struts/struts2/trunk/core/src/site/resources/tags/iterator.html
    struts/struts2/trunk/core/src/site/resources/tags/label.html
    struts/struts2/trunk/core/src/site/resources/tags/merge.html
    struts/struts2/trunk/core/src/site/resources/tags/optgroup.html
    struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html
    struts/struts2/trunk/core/src/site/resources/tags/param.html
    struts/struts2/trunk/core/src/site/resources/tags/password.html
    struts/struts2/trunk/core/src/site/resources/tags/property.html
    struts/struts2/trunk/core/src/site/resources/tags/push.html
    struts/struts2/trunk/core/src/site/resources/tags/radio.html
    struts/struts2/trunk/core/src/site/resources/tags/reset.html
    struts/struts2/trunk/core/src/site/resources/tags/select.html
    struts/struts2/trunk/core/src/site/resources/tags/set.html
    struts/struts2/trunk/core/src/site/resources/tags/sort.html
    struts/struts2/trunk/core/src/site/resources/tags/submit.html
    struts/struts2/trunk/core/src/site/resources/tags/subset.html
    struts/struts2/trunk/core/src/site/resources/tags/text.html
    struts/struts2/trunk/core/src/site/resources/tags/textarea.html
    struts/struts2/trunk/core/src/site/resources/tags/textfield.html
    struts/struts2/trunk/core/src/site/resources/tags/token.html
    struts/struts2/trunk/core/src/site/resources/tags/updownselect.html
    struts/struts2/trunk/core/src/site/resources/tags/url.html
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/core/src/site/resources/tags/a.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/a.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/a.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/a.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/action.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/action.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/action.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/action.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/actionerror.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/actionerror.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/actionerror.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/actionerror.html Fri Jun 
20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html Fri 
Jun 20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/append.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/append.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/append.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/append.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/bean.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/bean.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/bean.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/bean.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/checkbox.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/checkbox.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/checkbox.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/checkbox.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html Fri Jun 
20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/combobox.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/combobox.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/combobox.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/combobox.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/component.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/component.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/component.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/component.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/date.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/date.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/date.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/date.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/debug.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/debug.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/debug.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/debug.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/div.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/div.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/div.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/div.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html Fri Jun 
20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/else.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/else.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/else.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/else.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/elseif.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/elseif.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/elseif.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/elseif.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/fielderror.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/fielderror.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/fielderror.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/fielderror.html Fri Jun 
20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/file.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/file.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/file.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/file.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/form.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/form.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/form.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/form.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/generator.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/generator.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/generator.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/generator.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/head.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/head.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/head.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/head.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/hidden.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/hidden.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/hidden.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/hidden.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/i18n.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/i18n.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/i18n.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/i18n.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/if.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/if.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/if.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/if.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/include.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/include.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/include.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/include.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: 
struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html 
Fri Jun 20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/iterator.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/iterator.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/iterator.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/iterator.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/label.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/label.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/label.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/label.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/merge.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/merge.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/merge.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/merge.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/optgroup.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/optgroup.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/optgroup.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/optgroup.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: 
struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html 
Fri Jun 20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/param.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/param.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/param.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/param.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/password.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/password.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/password.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/password.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/property.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/property.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/property.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/property.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/push.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/push.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/push.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/push.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/radio.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/radio.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/radio.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/radio.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/reset.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/reset.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/reset.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/reset.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/select.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/select.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/select.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/select.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/set.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/set.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/set.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/set.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/sort.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/sort.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/sort.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/sort.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/submit.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/submit.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/submit.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/submit.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/subset.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/subset.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/subset.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/subset.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/text.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/text.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/text.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/text.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/textarea.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/textarea.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/textarea.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/textarea.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/textfield.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/textfield.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/textfield.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/textfield.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> true</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/token.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/token.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/token.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/token.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/updownselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/updownselect.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/updownselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/updownselect.html Fri Jun 
20 21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/core/src/site/resources/tags/url.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/url.html?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/url.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/url.html Fri Jun 20 
21:35:43 2008
@@ -20,6 +20,12 @@
                <!-- START SNIPPET: tagattributes -->
                <table width="100%">
                        <tr>
+                               <td colspan="6"><h4>Dynamic Attributes 
Allowed:</h4> false</td>
+                       </tr>
+                       <tr>
+                               <td colspan="6">&nbsp;</td>
+                       </tr>
+                       <tr>
                                <th align="left" valign="top"><h4>Name</h4></th>
                                <th align="left" 
valign="top"><h4>Required</h4></th>
                                <th align="left" 
valign="top"><h4>Default</h4></th>

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=670137&r1=670136&r2=670137&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Jun 20 21:35:43 2008
@@ -402,7 +402,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.4-20080620.163850-2</version>
+            <version>1.0.4-20080621.043234-3</version>
             <scope>compile</scope>
             <optional>true</optional>
         </dependency>


Reply via email to