JSP CUSTOM TAG LIBRARIES


selectentry tag
Example

In the context of a viewloop tag, displays a checkbox that the user can click to select the current entry. If the page tag is used, the selections are maintained even for entries on pages that are not currently visible. You can process the selected documents using either:


Note The enableselect attribute of the view tag must be set to true or an exception is generated.

Contexts

Valid in:


Creates for:
Syntax
Attributes

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

Example
See Also