TagLib: Util

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:

Property

Description

Type

Access

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". Boolean
Get/Set
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". Boolean
Get/Set
parmDelimiter If set, multi-value request parameters, e.g. "...?names=john&names=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. String
Get/Set

Example(s)

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