The presetmsg tag provides access to the preset message properties of the current message in the preset messages collection.
JSP
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.
None
The tag provides the following bean properties for which the Type values are “String”, “Integer” and the Required value is “Get/Set”:
Text of the preset message.
Number of the preset message.
<%-- list all the preset messages --%> <mail:presetmsgs iterate="true"> <mail:presetmsg> preset msg text = <mail:get property="msg"/> </mail:presetmsg> </mail:presetmsgs>