fetch |
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
This tag builds a collection of the type specified by the
collection attribute.
The
fetch of any given collection type creates a "current" collection
of that type, e.g., a fetch of a "messages" collection creates the
current "messages" collection. These "current" collections are associated
with the current Mail context .
If an error occurs during processing, the tag body will be evaluated and the remainder of the page will be skipped. |
|||||||||||||||
Tag Body |
JSP | |||||||||||||||
Restrictions |
n/a | |||||||||||||||
Attributes |
The tag has the following attributes:
fetch of a "lines" collection assumes that id refers to a
message within a "messages" collection that was fetched previously, using
the same mail context .
|
|||||||||||||||
Properties |
|
|||||||||||||||
Example(s) |
<%-- example of fetch tag --%> |