[OT] Escape characters

2003-03-13 Thread Guido
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

Re: [OT] Escape characters

2003-03-13 Thread Ludovic Maitre
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