Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

context

Description

This tag provides a reference to the state of the utility service for a given session. Use of this tag without a body verifies correct operation of the utility service.

Tag Body

JSP

Restrictions

None.

Attributes

None.

Properties

The tag has the following properties for which the Type values are “Boolean”, “String”, and the Access value is “Get/Set”:

rfc2396

If "true", the url generated by the url tag is escaped according to the RFC2396 rules, otherwise, the url is not escaped. The default is "true".

urlAmpEntity

If "true", the "&" separator in a query string parameter list constructed by the url tag is rendered as "&", otherwise, it is rendered as "&". The default is "true".

parmDelimiter

If set, multi-value request parameters, e.g. "names=john=mary", will be concatenated into a single value when referenced within a tag attribute using the "$(parmName)" nomenclature. The concatenated values will be separated by parmDelimiter.

Example(s)
<%-- utility context --%>
<util:context>
	<util:set property="rfc2396" value="false"/>
	<util:set property="urlAmpEntity" value="false"/>
</util:context>