On 2/21/06, Jürgen Hofmann <[EMAIL PROTECTED]> wrote:
> If I use the bean write-tag (<bean:write...filter="true">) I can filter html
> output: > becomes &gt; ...
>
> How can I filter output from JSP expressions (${...}) ? Is this possible?
>
<snip/>

${fn:escapeXml(...)}
or
<c:out value="${...}" />

-Rahul


> Thanks
>
> Jürgen
>

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

Reply via email to