Hello, I'm developing in a web application using struts as the view component. The application escapes the html characters (for example "<" and ">") inside all the printed variables. Is there any way to avoid this html escaping temporally (only for a few variables that i know contains the "<", ">" characters)?
Thanks, Mariano
