JSP CUSTOM TAG LIBRARIES
In the context of a form tag, represents a drop-down list or listbox. This tag should contain one or more option tags since the content of each option tag defines the options that display in the drop-down list. The drop-down options are only visible when the form is in edit mode (the form's editmode attribute must equal "edit"). If the form is in display mode, only the currently selected option tag displays. However, if you supply a value in the size HTML attribute, which indicates that the select tag should display as a listbox, the resulting <select> field displays all the options, but specifies the readonly HTML attribute, which prohibits the user from changing the option selected in the drop-down list.
Contexts
Valid in:
datatype
HTML Attributes
Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.
align
disabled
multiple
size
tabindex