dgraham 2002/12/12 18:27:46
Modified: doc/userGuide struts-html.xml
Log:
Added the focusIndex attribute to <html:form> which indicates the index in
the field array to receive focus.
See PR #15194 and #1586.
Revision Changes Path
1.40 +10 -0 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- struts-html.xml 20 Nov 2002 04:29:26 -0000 1.39
+++ struts-html.xml 13 Dec 2002 02:27:46 -0000 1.40
@@ -1425,6 +1425,16 @@
</info>
</attribute>
+ <attribute>
+ <name>focusIndex</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ <info>
+ If the focus field is a field array, such as a radio button group,
you can
+ specify the index in the array to receive focus.
+ </info>
+ </attribute>
+
<attribute>
<name>method</name>
<required>false</required>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>