On 02 October 2003, Tim Funk said:
> JSTL by default escapes all output to be HTML friendly
> <c:out value="${myValue}"/>
> and to disable:
> <c:out value="${myValue}" escapeXML="false"/>
Alas, I'm working on some crufty old servlets that are chock full of
System.out.println( ... boatloads of HTML ...);
We plan to move to a real template language one of these days, but for the
time being we're stuck maintaining this vile code. ;-(
I asked on the Tomcat list because I know that lots of people who know lots
about web development with Java hang out here...
Greg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]