JSP CUSTOM TAG LIBRARIES


select tag
Example

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:


Creates for:
Syntax
Attributes

datatype


defaultformula
defaultvalue
format
itemname
locale
multivalue
mvdisplayseparator
mveditseparator
name
timezone
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

HTML Attributes

Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.


Example
See Also