The dsp:valueof tag’s valueishtml attribute lets you display the value of a property or page parameter that contains HTML. For example, the Student_01 component might have a homepage property whose value is a link to a Web page:

<dsp:valueof bean="Student_01.homepage" valueishtml="true"/>

This tag displays the value of the homepage property by interpreting its tags as HTML tags, rather than display the tags themselves.

 
loading table of contents...