Attributes |
Name | Required | Request-time | Type | Description |
value | true | true | java.lang.String |
The value that will be passed to the form
if a user selects this item.
|
bundle | false | true | java.lang.String |
Identifies the message bundle that contains localized properties. Properties
files for this bundle must be located in /WEB-NF/classes and be named 'bundle-value'[_'locale'].properties
|
disabled | false | true | java.lang.String |
Displays the item but prevents users from selecting it,
suggesting that the item is not applicable in the current context.
|
key | false | true | java.lang.String |
The key for a property in a message bundle that defines the
text to display as the option name. The bundle attribute determines in which bundle the
JSP tag searches for this property.
|
locale | false | true | java.lang.String |
Overrides the locale that the Struts session object specifies.
The locale value is used to determine which properties file in the message bundle
contains the key value. For example: mybundle_locale.properties.
|
style | false | true | java.lang.String |
CSS styles to render as inline styles for this HTML tag.
|
styleId | false | true | java.lang.String |
The HTML ID for this tag, rendered as an HTML id="" attribute.
|
styleClass | false | true | java.lang.String |
The name of a CSS class to render for this HTML tag. This tag
assumes that you have created a CSS stylesheet that contains styles for this class.
|