1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <taglib xmlns =" http://java.sun.com/xml/ns/j2ee"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
5
- version =" 2.0" >
6
-
2
+ <taglib xmlns =" http://java.sun.com/xml/ns/j2ee"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
5
+ version=" 2.0" >
6
+
7
7
<description >Spring Framework JSP Form Tag Library</description >
8
8
<tlib-version >3.0</tlib-version >
9
9
<short-name >form</short-name >
10
10
<uri >http://www.springframework.org/tags/form</uri >
11
-
11
+
12
12
<tag >
13
13
<description >Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.</description >
14
14
<name >form</name >
192
192
</attribute >
193
193
<dynamic-attributes >true</dynamic-attributes >
194
194
</tag >
195
-
195
+
196
196
<tag >
197
197
<description >Renders an HTML 'input' tag with type 'text' using the bound value.</description >
198
198
<name >input</name >
386
386
</attribute >
387
387
<dynamic-attributes >true</dynamic-attributes >
388
388
</tag >
389
-
389
+
390
390
<tag >
391
391
<description >Renders an HTML 'input' tag with type 'password' using the bound value.</description >
392
392
<name >password</name >
586
586
</attribute >
587
587
<dynamic-attributes >true</dynamic-attributes >
588
588
</tag >
589
-
589
+
590
590
<tag >
591
591
<description >Renders an HTML 'input' tag with type 'hidden' using the bound value.</description >
592
592
<name >hidden</name >
610
610
<required >false</required >
611
611
<rtexprvalue >true</rtexprvalue >
612
612
</attribute >
613
+ <attribute >
614
+ <description >Equivalent to "class" - HTML Optional Attribute</description >
615
+ <name >cssClass</name >
616
+ <required >false</required >
617
+ <rtexprvalue >true</rtexprvalue >
618
+ </attribute >
619
+ <attribute >
620
+ <description >Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors.</description >
621
+ <name >cssErrorClass</name >
622
+ <required >false</required >
623
+ <rtexprvalue >true</rtexprvalue >
624
+ </attribute >
625
+ <attribute >
626
+ <description >Equivalent to "style" - HTML Optional Attribute</description >
627
+ <name >cssStyle</name >
628
+ <required >false</required >
629
+ <rtexprvalue >true</rtexprvalue >
630
+ </attribute >
631
+ <attribute >
632
+ <description >HTML Standard Attribute</description >
633
+ <name >lang</name >
634
+ <required >false</required >
635
+ <rtexprvalue >true</rtexprvalue >
636
+ </attribute >
637
+ <attribute >
638
+ <description >HTML Standard Attribute</description >
639
+ <name >title</name >
640
+ <required >false</required >
641
+ <rtexprvalue >true</rtexprvalue >
642
+ </attribute >
643
+ <attribute >
644
+ <description >HTML Standard Attribute</description >
645
+ <name >dir</name >
646
+ <required >false</required >
647
+ <rtexprvalue >true</rtexprvalue >
648
+ </attribute >
649
+ <attribute >
650
+ <description >HTML Standard Attribute</description >
651
+ <name >tabindex</name >
652
+ <required >false</required >
653
+ <rtexprvalue >true</rtexprvalue >
654
+ </attribute >
655
+ <attribute >
656
+ <description >HTML Event Attribute</description >
657
+ <name >onclick</name >
658
+ <required >false</required >
659
+ <rtexprvalue >true</rtexprvalue >
660
+ </attribute >
661
+ <attribute >
662
+ <description >HTML Event Attribute</description >
663
+ <name >ondblclick</name >
664
+ <required >false</required >
665
+ <rtexprvalue >true</rtexprvalue >
666
+ </attribute >
667
+ <attribute >
668
+ <description >HTML Event Attribute</description >
669
+ <name >onmousedown</name >
670
+ <required >false</required >
671
+ <rtexprvalue >true</rtexprvalue >
672
+ </attribute >
673
+ <attribute >
674
+ <description >HTML Event Attribute</description >
675
+ <name >onmouseup</name >
676
+ <required >false</required >
677
+ <rtexprvalue >true</rtexprvalue >
678
+ </attribute >
679
+ <attribute >
680
+ <description >HTML Event Attribute</description >
681
+ <name >onmouseover</name >
682
+ <required >false</required >
683
+ <rtexprvalue >true</rtexprvalue >
684
+ </attribute >
685
+ <attribute >
686
+ <description >HTML Event Attribute</description >
687
+ <name >onmousemove</name >
688
+ <required >false</required >
689
+ <rtexprvalue >true</rtexprvalue >
690
+ </attribute >
691
+ <attribute >
692
+ <description >HTML Event Attribute</description >
693
+ <name >onmouseout</name >
694
+ <required >false</required >
695
+ <rtexprvalue >true</rtexprvalue >
696
+ </attribute >
697
+ <attribute >
698
+ <description >HTML Event Attribute</description >
699
+ <name >onkeypress</name >
700
+ <required >false</required >
701
+ <rtexprvalue >true</rtexprvalue >
702
+ </attribute >
703
+ <attribute >
704
+ <description >HTML Event Attribute</description >
705
+ <name >onkeyup</name >
706
+ <required >false</required >
707
+ <rtexprvalue >true</rtexprvalue >
708
+ </attribute >
709
+ <attribute >
710
+ <description >HTML Event Attribute</description >
711
+ <name >onkeydown</name >
712
+ <required >false</required >
713
+ <rtexprvalue >true</rtexprvalue >
714
+ </attribute >
715
+ <dynamic-attributes >true</dynamic-attributes >
613
716
</tag >
614
-
717
+
615
718
<tag >
616
719
<description >Renders an HTML 'select' element. Supports databinding to the selected option.</description >
617
720
<name >select</name >
799
902
</attribute >
800
903
<dynamic-attributes >true</dynamic-attributes >
801
904
</tag >
802
-
905
+
803
906
<tag >
804
907
<description >Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound value.</description >
805
908
<name >option</name >
950
1053
</attribute >
951
1054
<dynamic-attributes >true</dynamic-attributes >
952
1055
</tag >
953
-
1056
+
954
1057
<tag >
955
1058
<description >Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound value.</description >
956
1059
<name >options</name >
1096
1199
</attribute >
1097
1200
<dynamic-attributes >true</dynamic-attributes >
1098
1201
</tag >
1099
-
1202
+
1100
1203
<tag >
1101
1204
<description >Renders an HTML 'input' tag with type 'radio'.</description >
1102
1205
<name >radiobutton</name >
1266
1369
</attribute >
1267
1370
<dynamic-attributes >true</dynamic-attributes >
1268
1371
</tag >
1269
-
1372
+
1270
1373
<tag >
1271
1374
<description >Renders multiple HTML 'input' tags with type 'radio'.</description >
1272
1375
<name >radiobuttons</name >
1454
1557
</attribute >
1455
1558
<dynamic-attributes >true</dynamic-attributes >
1456
1559
</tag >
1457
-
1560
+
1458
1561
<tag >
1459
1562
<description >Renders an HTML 'input' tag with type 'checkbox'.</description >
1460
1563
<name >checkbox</name >
1624
1727
</attribute >
1625
1728
<dynamic-attributes >true</dynamic-attributes >
1626
1729
</tag >
1627
-
1730
+
1628
1731
<tag >
1629
1732
<description >Renders multiple HTML 'input' tags with type 'checkbox'.</description >
1630
1733
<name >checkboxes</name >
1812
1915
</attribute >
1813
1916
<dynamic-attributes >true</dynamic-attributes >
1814
1917
</tag >
1815
-
1918
+
1816
1919
<tag >
1817
1920
<description >Renders an HTML 'textarea'.</description >
1818
1921
<name >textarea</name >
1994
2097
</attribute >
1995
2098
<dynamic-attributes >true</dynamic-attributes >
1996
2099
</tag >
1997
-
2100
+
1998
2101
<tag >
1999
2102
<description >Renders field errors in an HTML 'span' tag.</description >
2000
2103
<name >errors</name >
2132
2235
</attribute >
2133
2236
<dynamic-attributes >true</dynamic-attributes >
2134
2237
</tag >
2135
-
2238
+
2136
2239
<tag >
2137
2240
<description >Renders a form field label in an HTML 'label' tag.</description >
2138
2241
<name >label</name >
2139
2242
<tag-class >org.springframework.web.servlet.tags.form.LabelTag</tag-class >
2140
2243
<body-content >JSP</body-content >
2141
2244
<attribute >
2142
- <description >Path to errors object for data binding</description >
2245
+ <description >Path to property for data binding</description >
2143
2246
<name >path</name >
2144
2247
<required >true</required >
2145
2248
<rtexprvalue >true</rtexprvalue >
2266
2369
</attribute >
2267
2370
<dynamic-attributes >true</dynamic-attributes >
2268
2371
</tag >
2269
-
2270
- </taglib >
2372
+
2373
+ </taglib >
0 commit comments