please read the manual : http://jakarta.apache.org/struts/api/org/apache/struts/util/ResponseUtils.html#filter(java.lang.String)
Guido wrote:
I'm using jsp + struts + oracle.
My oracle data contains special characters "'", "&", ">", etc. that cause the JSP not to be well formed.
Where should I escape that chars? In the query, whit a JSP scriptlet (or taglig), in my Action classes?
Is there any package (in some cases i'm using URLEncoder and URLDecoder) to do the escape (& -> & , etc)?
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ludovic Ma�tre
Factory Productions | T�l: (33) 04 93 07 08 00 149, avenue des mimosas | Fax: (33) 04 93 07 04 02 06700 Saint-Laurent-du-Var (France) | Web: http://www.factory.fr
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

