Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

config

Description

This tag denotes a reference to the current config bean within an enclosing <mail:configs> tag. A config bean may be created and/or referenced by the use of the id or name attributes. The body of this tag may contain get/set tags that will generate output derived from the contents of this bean tag.

Tag Body

JSP

Tag Parent

<mailPrefix:config>

Restrictions

None.

Attributes

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

id

Name of the bean to create.

name

Name of the bean to use.

Properties

The tag provides the following bean properties for which the Type value is “String” and the Access value is “Get”:

configName

Name of the Configuration from which the information in this bean is derived.

protocol

Name of the protocol specified in this Configuration.

Example(s)

n/a