I'm not sure I made my question clear.  If I use <c:out /> (which
escapeXml is set to false by default so you don't have to define that),
everything works fine.  My issue is that I have to convert certain
characters (new line or carriage returns are an example) into
their Javascript literals for these characters, or else the Javascript
will not work.  I was just looking to see if anyone had an existing tag
with this functionality.

On Tue, 4 May 2004, Menke, John wrote:

> i do this with core:out 
> 
> use <core:out value='${string}' escapeXml="false"/>

-------------------
Eric Hauser
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to