JSP CUSTOM TAG LIBRARIES


viewloop tag
Example

Iterates over the results of a view, evaluating the body once per ViewEntry object in the result. If no results are returned, displays nothing. To create custom text to display when no objects are returned, use the novalues tag. You can access the items of an object using the viewitem tag.

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