context |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Ensures that a mail context is present within the current
pageContext. This tag must appear, at least once, before all other tags
within the Mail taglib. If config
is not specified, then a search for a useable configuration name is performed
in the following fashion:
context has been previously referenced on
a page, or within the session, then the config
attribute may be omitted, and the most
recently referenced context will be retrieved. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tag Body |
JSP or Empty | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Restrictions |
None. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
The tag has the following attributes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Properties |
The tag provides the following bean properties:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example(s) |
<%-- example of context tag usage --%> |