Attributes

Description

valueishtml

Automatic/Required

Set to true or false.

Usage Notes

When a JSP is converted into HTML by the page compiler, any value that is provided by a DSP tag is automatically enclosed in escape tags so it is treated as non-HTML code, and any HTML tags are rendered as raw text. The ValueIsHTML tag converter lets a DSP tag display a value as formatted HTML code. For example:

<dsp:param name="boldCode" value="<b>bold</b>"/>
Bold text looks <dsp:valueof param="boldCode" valueishtml="true"/>

A browser displays the dsp:valueof tag as follows:

Bold text looks bold


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices