Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

presetmsg

Description

The presetmsg tag provides access to the preset message properties of the current message in the preset messages collection.

Tag Body

JSP

Restrictions

Unlike most bean tags, the presetmsg tag can only be used with the presetmsgs collection tag to provide a handle on the current preset message in the collection.

Attributes

None

Properties

The tag provides the following bean properties for which the Type values are “String”, “Integer” and the Required value is “Get/Set”:

msg

Text of the preset message.

number

Number of the preset message.

Example(s)
<%-- list all the preset messages --%>
<mail:presetmsgs iterate="true">
	<mail:presetmsg>
	preset msg text = <mail:get property="msg"/>
	</mail:presetmsg>
</mail:presetmsgs>