JSP CUSTOM TAG LIBRARIES
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:
The following attributes are optional.
count
ASC, DSC, Ascending, Descending
Default is Ascending. In the context of a page tag, this attribute is ignored.
Example See Also