JSP CUSTOM TAG LIBRARIES


dbselect tag
Example

Represents a drop-down list or listbox whose options are automatically populated by a specified view or formula. The value that is assigned to each option tag that is generated is the UNID of the corresponding document. The drop-down list with all its options displays in edit mode. In read mode, the body of only the currently selected option displays.

The dbselect tag can also be used to create a standard HTML <select> tag. If you use it this way, the itemname and defaultvalue attributes are ignored. Also, the size of the drop-down list created in read mode is determined by the value supplied in the HTML "size" attribute. Supplying the size attribute indicates to display the options in a listbox, but includes the readonly HTML attribute in the select tag to prohibit the options from being changed.

Contexts

Valid in:


Creates for:
Syntax
Attributes

category


dbname
dbserver
displayitem
format
formula
host
itemname
key
max
name
password
query
user
valueitem
view
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