Hmmm .... use
<c:out value="${foo.bar}" escapeXml="true"/> to filter
<c:out value="${foo.bar}" escapeXml="false"/> to not filter

If the filtering is not working then something else has already filtered the content; or the content-type on the page is set to plain text instead of text/html maybe?

AFAIK the escapeXml attribute works as touted.

-Bill Siggelkow


Sergey Livanov wrote:

When data output with html elements is used <c:out value="..."
escapeXml='false/true' /> the html text is loaded as plain text.

<table width="99%" border="0" cellspacing="0" cellpadding="3" class="t11ver">
<tr align="left" valign="top">
<td width="100%" class="t10ver"><font color="#697A94"><b>

I have been changing escapeXml but I haven’t had any results.
Is there any analogues bean-write filter?
Please help me to find an error.


Sergey mailto:[EMAIL PROTECTED]


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



Reply via email to