I display strings in my JSP this way:
${someString}
this string may, of course, contain special html characters. Currently it is possible t
In JSP/Java You should use this code:
In JSP/HTML:
" escapeXml="true" />