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.
JSP
None.
None.
The tag has the following properties for which the Type values are “Boolean”, “String”, and the Access value is “Get/Set”:
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".
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".
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.
<%-- utility context --%> <util:context> <util:set property="rfc2396" value="false"/> <util:set property="urlAmpEntity" value="false"/> </util:context>