Sunday, February 18, 2007

How can I use a variable that contains HTML?

If you have a variable like this:

example="This is a text ";

Use this in the output jsp:

bean:write property="example" filter="false"

www.referjava.com