craigmcc 01/02/13 10:42:58 Modified: src/doc struts-html.xml Log: Add the "value" attribute to the TLD for the <html:reset> tag. It is already supported by the logic in the tag implementation class. Submitted by: Slawek Zachcial <[EMAIL PROTECTED]> PR: Bugzilla #584 Revision Changes Path 1.10 +11 -0 jakarta-struts/src/doc/struts-html.xml Index: struts-html.xml =================================================================== RCS file: /home/cvs/jakarta-struts/src/doc/struts-html.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- struts-html.xml 2001/02/12 22:23:48 1.9 +++ struts-html.xml 2001/02/13 18:42:57 1.10 @@ -3159,6 +3159,17 @@ The tab order (ascending positive integers) for this element. </info> </attribute> + + <attribute> + <name>value</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <info> + Value of the label to be placed on this button. + [Body of this tag (if any), or "Reset"] + </info> + </attribute> + </tag>