JSP expression html filter?

2006-02-21 Thread Jürgen Hofmann
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?

Thanks

Jürgen 



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



Re: JSP expression html filter?

2006-02-21 Thread Jürgen Hofmann

thanks Rahul.
- Original Message - 
From: Rahul Akolkar [EMAIL PROTECTED]

To: Struts Users Mailing List user@struts.apache.org
Sent: Tuesday, February 21, 2006 2:23 PM
Subject: Re: JSP expression html filter?


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]




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