Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

get

Description

This tag retrieves the specified property. This tag operates exactly like the <util:get> tag and is imported into the mail taglib for convenience. See the util:get tag description for details on how to use this tag.

Tag Body

util:get

Restrictions

util:get

Attributes

util:get

Properties

util:get

Example(s)
<%-- get the subject property --%>
<mail:message>
	<mail:get property="subject"/>
</mail:message>