| fetch | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | This tag builds a collection of the type specified by the collectionattribute.The  
 fetchof any given collection type creates a "current" collection 
of that type, e.g., afetchof a "messages" collection creates the 
current "messages" collection. These "current" collections are associated 
with the current Mailcontext.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: 
 
 fetchof a "lines" collection assumes thatidrefers to a
message within a "messages" collection that was fetched previously, using 
the same mailcontext. | |||||||||||||||
| Properties |  | |||||||||||||||
| Example(s) | <%-- example of fetch tag --%> | |||||||||||||||