Attributes |
Name | Required | Request-time | Type | Description |
filter | false | true | java.lang.String |
|
label | false | true | java.lang.String |
The property in a row bean that
defines the text (label) to render for an option.
|
name | false | true | java.lang.String |
The name of the Struts form bean that contains row beans
for this form. Use the "property" attribute to specify which property contains
the row beans.
|
property | false | true | java.lang.String |
The property of the form bean that contains a collection of row beans.
|
style | false | true | java.lang.String |
CSS styles to render as inline styles for this HTML tag.
|
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.
|
value | false | true | java.lang.String |
The property in a row bean that defines a value to pass to the form for an option.
|