dmkarr 2002/10/27 12:29:42
Modified: contrib/struts-el/doc/userGuide struts-html-el.xml
Log:
PR: 13337
The "accessKey" attribute was removed from "html:select", so we have to remove
the same attribute from "html-el:select".
Revision Changes Path
1.6 +0 -10
jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml
Index: struts-html-el.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- struts-html-el.xml 26 Oct 2002 05:24:44 -0000 1.5
+++ struts-html-el.xml 27 Oct 2002 20:29:42 -0000 1.6
@@ -5392,16 +5392,6 @@
<attribute>
- <name>accesskey</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- <info>
- The keyboard character used to move focus immediately to this
- element.
- </info>
- </attribute>
-
- <attribute>
<name>alt</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>