How can i unescape html i am passing to a JSP?

  • Thread starter Thread starter d0odx
  • Start date Start date
D

d0odx

Guest
Hi all,

I am new to java... i have a java action that is generating an error string i intend to print on my JSP. The issue is that the error message arrives with all HTML escaped and then prints out that way.

How can i prevent my error string from being automatically escaped?
 
Back
Top