Struts as the view component? Did you mean Velocity? What component is doing the escaping? That's not something Velocity does by default. Without knowing what is doing the escaping, it is hard to say how to avoid it.
On Wed, Jan 21, 2009 at 11:30 AM, Mariano Kohan <[email protected]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
