set |
|
---|---|
Description |
This tag updates the specified property. It
operates exactly like the <util:set> tag and is imported into the mail
taglib for convenience. See the util:set tag
description for details on how to use this tag. |
Tag Body |
util:set |
Restrictions |
util:set |
Attributes |
util:set |
Properties |
util:set |
Example(s) |
<%-- set the message subject property --%> <mail:message> <mail:set property="subject" value="new subject"/> </mail:message> |