JSP CUSTOM TAG LIBRARIES


dbfill tag
Example

Generates client side JavaScript that automatically fills one or more client side controls with a user-specified selection.

Note When the option is selected, a round-trip is made to the server to get the data associated with the selected document and dbfill commands. You must include a preserve tag for each parameter you pass into the page or the parameters will be lost when the page reloads.

Contexts

Valid in:


Syntax
Attributes

target


dbfield
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also