1.0
1.1
input
http://jakarta.apache.org/taglibs/input-1.0
The "input" tag extension library lets you present HTML <form>
elements that are tied to the ServletRequest that caused the current
JSP page to run, or to a JavaBean. That is, using this library, you can easily
prepopulate form elements with prior values that the user has chosen
-- or with default values for the first time a user hits a web page.
This is useful when you need to present the same page to the user
several times (e.g., for server-side validation).You can also automatically build up <select> boxes, making it easier
to build data-driven forms. And even if you don't present the same
page multiple times, you may want form elements that have default
values; this library lets you do that without writing excessive logic.What is the "Input" tag library? Read more.
form
org.apache.taglibs.input.Form
JSP
name
false
true
attributes
false
true
attributesText
false
true
bean
false
true
method
false
true
action
false
true
encType
false
true
text
org.apache.taglibs.input.Text
empty
name
true
true
default
false
true
attributes
false
true
attributesText
false
true
bean
false
true
password
org.apache.taglibs.input.Password
empty
name
true
true
default
false
true
attributes
false
true
attributesText
false
true
bean
false
true
textarea
org.apache.taglibs.input.TextArea
empty
name
true
true
default
false
true
attributes
false
true
attributesText
false
true
bean
false
true
hidden
org.apache.taglibs.input.Hidden
empty
name
true
true
default
false
true
attributes
false
true
attributesText
false
true
bean
false
true
select
org.apache.taglibs.input.Select
JSP
name
true
true
default
false
true
defaults
false
true
attributes
false
true
attributesText
false
true
bean
false
true
multiple
false
true
size
false
true
options
false
true
optionLabels
false
true
optionValues
false
true
option
org.apache.taglibs.input.Option
JSP
value
false
true
attributes
false
true
attributesText
false
true
radio
org.apache.taglibs.input.Radio
empty
name
true
true
default
false
true
value
true
true
attributes
false
true
attributesText
false
true
bean
false
true
checkbox
org.apache.taglibs.input.Checkbox
empty
name
true
true
default
false
true
defaults
false
true
value
true
true
attributes
false
true
attributesText
false
true
bean
false
true