JSP CUSTOM TAG LIBRARIES
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.
Nota 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:
The following attributes are optional:
count
Ejemplo Véase también