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]



Reply via email to