How can I use a variable that contains HTML?
Created Mar 26, 2006
Christopher Koenigsberg If you have a variable like this:
example="This is a <strong> text </strong>";Use this in the output jsp:
<bean:write property="example" filter="false">