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