This tag denotes a reference to the current line"bean" within an enclosing <mail:lines> tag. The body of this tag may contain get tags that will generate output derived from the contents of this "bean" tag.
JSP
<mailPrefix:lines>
None.
n/a
The tag provides the following bean properties for which the Type value is “String” and the Access value is “Get”:
Current line of text.
<%-- line tag example --%> ... <mail:context/> ... <mail:fetch collection="lines" id="$(msgidx)"/> ... <mail:lines id="llist"> <mail:set property="start" value="$(start)"/> <mail:set property="count" value="5"/> </mail:lines> <mail:lines name="llist" iterate="true"> <mail:line> <mail:get property="text"/> </mail:line> </mail:lines>