Author: jholmes
Date: Sat Jun 14 15:45:47 2008
New Revision: 667895
URL: http://svn.apache.org/viewvc?rev=667895&view=rev
Log:
Update documentation that is generated for tags to include information about
whether a tag allows dynamic attributes.
WW-2132
Modified:
struts/maven/trunk/struts-annotations/src/main/resources/org/apache/struts/annotations/taglib/apt/tag.ftl
Modified:
struts/maven/trunk/struts-annotations/src/main/resources/org/apache/struts/annotations/taglib/apt/tag.ftl
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/src/main/resources/org/apache/struts/annotations/taglib/apt/tag.ftl?rev=667895&r1=667894&r2=667895&view=diff
==============================================================================
---
struts/maven/trunk/struts-annotations/src/main/resources/org/apache/struts/annotations/taglib/apt/tag.ftl
(original)
+++
struts/maven/trunk/struts-annotations/src/main/resources/org/apache/struts/annotations/taglib/apt/tag.ftl
Sat Jun 14 15:45:47 2008
@@ -20,6 +20,12 @@
<!-- START SNIPPET: tagattributes -->
<table width="100%">
<tr>
+ <td colspan="6"><h4>Dynamic Attributes
Allowed:</h4> ${tag.allowDynamicAttributes}</td>
+ </tr>
+ <tr>
+ <td colspan="6"> </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>