Jakarta Project: Input Tag library
Revision History
10/27/2004 - Development
W3C validation fixes for select, radio and checkbox. Size,
cols and rows attributes added to text, password and
textarea fields. Textarea field can now take a body as the
default value.
09/24/2002 - 1.1
Addition of new functionality, making some parts of the
taglib easier to use, and more similar to the functionality
of the struts input tags without being tied to the struts
architecture.
New Features
-
JavaBean peer support. Each tag (or an entire form) can
have a JavaBean that it draws default values from before
looking in the request or the tag's default values.
-
AttributesText attribute on input tags to simplify the
addition of attributes to input tags, versus the
attributes attribute.
-
Option tags to be nested within Select tags, to simplify
the addition of options to a select tag.
-
Option list attributes for the Select tag to facilitate
ordered options in select tags.
-
Form tag to handle url encoding of the form action and
JavaBean default.
-
Add multiple attribute to select tag, and support for
multiple defaults.