Author: mrdon Date: Fri Jun 20 21:32:04 2008 New Revision: 670136 URL: http://svn.apache.org/viewvc?rev=670136&view=rev Log: Fixing incorrect template that didn't convert boolean to string
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=670136&r1=670135&r2=670136&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 Fri Jun 20 21:32:04 2008 @@ -20,7 +20,7 @@ <!-- START SNIPPET: tagattributes --> <table width="100%"> <tr> - <td colspan="6"><h4>Dynamic Attributes Allowed:</h4> ${tag.allowDynamicAttributes}</td> + <td colspan="6"><h4>Dynamic Attributes Allowed:</h4> ${tag.allowDynamicAttributes?string}</td> </tr> <tr> <td colspan="6"> </td>