If I have a Java class return escapeHTML format data. Then I want to unescape the information is a JSP script, is there such a way to do so?
only has escapeXml attributes.
If I have a Java class return escapeHTML format data. Then I want to unescape the information is a JSP script, is there such a way to do so?
only has escapeXml attributes.
What about the classes in commons lang. Like this for instance?