JSP CUSTOM TAG LIBRARIES


docloop tag
Example

Iterates through the items returned by a view, ftsearch, db, responses, or page tag as documents. The body of this command is output once per iteration, which means once per document in the result set. When a result contains no objects, the body of this tag is not evaluated. Use the novalues tag to create custom text to display when a result contains no objects. Use the item tag to access the items in a document.

Note If you use this tag within the context of the view tag, there will be a performance hit. The viewloop tag is a good alternative to use for views; it evaluates the body once per entry in the view, instead of loading a document for each entry in the view.

Contexts

Valid in:


Creates for:
Syntax
Attributes

The following attributes are optional.

count


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

Example
See Also