|
|
|
|
@ -1,14 +1,14 @@
@@ -1,14 +1,14 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" |
|
|
|
|
version="2.0"> |
|
|
|
|
|
|
|
|
|
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" |
|
|
|
|
version="2.0"> |
|
|
|
|
|
|
|
|
|
<description>Spring Framework JSP Form Tag Library</description> |
|
|
|
|
<tlib-version>3.0</tlib-version> |
|
|
|
|
<short-name>form</short-name> |
|
|
|
|
<uri>http://www.springframework.org/tags/form</uri> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.</description> |
|
|
|
|
<name>form</name> |
|
|
|
|
@ -192,7 +192,7 @@
@@ -192,7 +192,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'input' tag with type 'text' using the bound value.</description> |
|
|
|
|
<name>input</name> |
|
|
|
|
@ -386,7 +386,7 @@
@@ -386,7 +386,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'input' tag with type 'password' using the bound value.</description> |
|
|
|
|
<name>password</name> |
|
|
|
|
@ -586,7 +586,7 @@
@@ -586,7 +586,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'input' tag with type 'hidden' using the bound value.</description> |
|
|
|
|
<name>hidden</name> |
|
|
|
|
@ -610,8 +610,111 @@
@@ -610,8 +610,111 @@
|
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>Equivalent to "class" - HTML Optional Attribute</description> |
|
|
|
|
<name>cssClass</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors.</description> |
|
|
|
|
<name>cssErrorClass</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>Equivalent to "style" - HTML Optional Attribute</description> |
|
|
|
|
<name>cssStyle</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Standard Attribute</description> |
|
|
|
|
<name>lang</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Standard Attribute</description> |
|
|
|
|
<name>title</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Standard Attribute</description> |
|
|
|
|
<name>dir</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Standard Attribute</description> |
|
|
|
|
<name>tabindex</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onclick</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>ondblclick</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onmousedown</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onmouseup</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onmouseover</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onmousemove</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onmouseout</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onkeypress</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onkeyup</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<attribute> |
|
|
|
|
<description>HTML Event Attribute</description> |
|
|
|
|
<name>onkeydown</name> |
|
|
|
|
<required>false</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'select' element. Supports databinding to the selected option.</description> |
|
|
|
|
<name>select</name> |
|
|
|
|
@ -799,7 +902,7 @@
@@ -799,7 +902,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound value.</description> |
|
|
|
|
<name>option</name> |
|
|
|
|
@ -950,7 +1053,7 @@
@@ -950,7 +1053,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound value.</description> |
|
|
|
|
<name>options</name> |
|
|
|
|
@ -1096,7 +1199,7 @@
@@ -1096,7 +1199,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'input' tag with type 'radio'.</description> |
|
|
|
|
<name>radiobutton</name> |
|
|
|
|
@ -1266,7 +1369,7 @@
@@ -1266,7 +1369,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders multiple HTML 'input' tags with type 'radio'.</description> |
|
|
|
|
<name>radiobuttons</name> |
|
|
|
|
@ -1454,7 +1557,7 @@
@@ -1454,7 +1557,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'input' tag with type 'checkbox'.</description> |
|
|
|
|
<name>checkbox</name> |
|
|
|
|
@ -1624,7 +1727,7 @@
@@ -1624,7 +1727,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders multiple HTML 'input' tags with type 'checkbox'.</description> |
|
|
|
|
<name>checkboxes</name> |
|
|
|
|
@ -1812,7 +1915,7 @@
@@ -1812,7 +1915,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders an HTML 'textarea'.</description> |
|
|
|
|
<name>textarea</name> |
|
|
|
|
@ -1994,7 +2097,7 @@
@@ -1994,7 +2097,7 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders field errors in an HTML 'span' tag.</description> |
|
|
|
|
<name>errors</name> |
|
|
|
|
@ -2132,14 +2235,14 @@
@@ -2132,14 +2235,14 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tag> |
|
|
|
|
<description>Renders a form field label in an HTML 'label' tag.</description> |
|
|
|
|
<name>label</name> |
|
|
|
|
<tag-class>org.springframework.web.servlet.tags.form.LabelTag</tag-class> |
|
|
|
|
<body-content>JSP</body-content> |
|
|
|
|
<attribute> |
|
|
|
|
<description>Path to errors object for data binding</description> |
|
|
|
|
<description>Path to property for data binding</description> |
|
|
|
|
<name>path</name> |
|
|
|
|
<required>true</required> |
|
|
|
|
<rtexprvalue>true</rtexprvalue> |
|
|
|
|
@ -2266,5 +2369,5 @@
@@ -2266,5 +2369,5 @@
|
|
|
|
|
</attribute> |
|
|
|
|
<dynamic-attributes>true</dynamic-attributes> |
|
|
|
|
</tag> |
|
|
|
|
|
|
|
|
|
</taglib> |
|
|
|
|
|
|
|
|
|
</taglib> |
|
|
|
|
|