Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

folder

Description

This tag denotes a reference to the current folder "bean" within an enclosing <mail:folders> tag. The body of this tag may contain get tags that will generate output derived from the contents of this "bean" tag.

Tag Body

JSP

Tag Parent

<mailPrefix:folders>

Restrictions

None.

Attributes

The tag has the following attributes for which the Required value is “No”:

foldername

Specifies the full name of the folder represented by this bean.

Properties

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

folderExist

n/a

holdFolders

n/a

holdMessages

n/a

name

n/a

fullName

n/a

numFolders

n/a

numMsgs

n/a

readWrite

The state and contents of this folder can be modified.

Example(s)
<%-- folder tag example --%>

...
<mail:context/>

...
<mail:fetch collection="folders"/>

...
<mail:folders iterate="true">
	<mail:folder>
		<p>Folder Name:<mail:get property="name"/>
	</mail:folder>
</mail:folders>