Class Summary |
BaseFieldTag |
Convenience base class for the various input tags for text fields. |
BaseHandlerTag |
Base class for tags that render form elements capable of include
event handlers. |
BaseInputTag |
Abstract base class for the various input tags. |
BaseLangTag |
Abstract class for setting some common attributes. |
BaseWmlTag |
Abstract class containing basic attributes each WML element should have. |
CancelTag |
Tag for input fields of type "cancel". |
Constants |
Manifest constants for this package. |
ErrorsTag |
Custom tag that renders error messages if an appropriate request attribute
has been created. |
FormTag |
Custom tag that represents an input form, associated with a bean whose
properties correspond to the various fields of the form. |
GoTag |
Generate a URL-encoded hyperlink to the specified URI. |
LinkTag |
Generate a URL-encoded hyperlink to the specified URI. |
OptionsCollectionTag |
Tag for creating multiple <select> options from a collection. |
OptionsTag |
Tag for creating multiple <select> options from a collection. |
OptionTag |
Tag for select options. |
PasswordTag |
Custom tag for input fields of type "password". |
PostfieldTag |
Custom tag for Postfields. |
SelectTag |
Custom tag that represents an WML select element, associated with a
bean property specified by our attributes. |
TextTag |
Custom tag for input fields of type "text". |
WmlTag |
Renders an WML element with appropriate language attributes if
there is a current Locale available in the user's session. |