JSP CUSTOM TAG LIBRARIES


option tag
Example

Specifies one option that appears in the generated drop-down list. Whichever option tag contains a value that matches the value of the item specified by the name or itemname attributes of the corresponding select tag is, by default, the selected option for the drop-down list. The body of the option tag becomes the body of the HTML option tag. When the form is in display mode, only the body of the selected option tag displays; the other options in the drop-down list do not.

Contexts

Valid in:


Creates for:
Syntax
Attributes

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