JSP CUSTOM TAG LIBRARIES


selectedloop tag
Example

Iterates over the selected documents in a view, evaluating the body of the tag once per document in the result. When a result contains no objects, the tag body is not evaluated.

You can access the items contained in the document using the item tag and can set their values using the setitem tag or a scriptlet. A scriptlet is Java code written inside <% and %> tags.

Note If you modify document items using the setitem tag or a scriptlet, your modifications will not be saved unless you call the document.save() method explicitly.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

count


dbname
dbserver
host
id
password
start
user
viewname
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also