html
Tag option
Render A Select Option
Render an HTML <option>
element, representing one of the choices for an enclosing <select>
element. The text displayed to the user comes from either the body of this tag, or from a message string looked up based on the bundle
, locale
, and key
attributes.
If the value of the corresponding bean property matches the specified value, this option will be marked selected. This tag is only valid when nested inside a <html:select>
tag body.
Tag Information |
Tag Class | org.apache.strutsel.taglib.html.ELOptionTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
bundle | false | true | java.lang.String | The servlet context attributes key for the MessageResources instance to use. If not specified, defaults to the application resources configured for our action servlet. |
disabled | false | true | java.lang.String | Set to true |
key | false | true | java.lang.String | If specified, defines the message key to be looked up in the resource bundle specified by bundle |
locale | false | true | java.lang.String | The session attributes key for the Locale instance to use for looking up the message specified by the key |
style | false | true | java.lang.String | CSS styles to be applied to this HTML element. |
styleId | false | true | java.lang.String | Identifier to be assigned to this HTML element (renders an "id" attribute). |
styleClass | false | true | java.lang.String | CSS stylesheet class to be applied to this HTML element (renders a "class" attribute). |
value | true | true | java.lang.String | Value to be submitted for this field if this option is selected by the user. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.