RE: JSTL tag-- how to escape apostrophe

2006-07-12 Thread William Ross
At 06:19 PM 7/12/2006, you wrote: How do I filter the input? The messages are coming from server via SOAP adapters. Can you explain more in detail. Thanks for the tip. The adapter is consuming messages from a server, but you don't specify what the server is; never the less, unless you're workin

Re: JSTL tag-- how to escape apostrophe

2006-07-12 Thread William Ross
At 02:04 PM 7/12/2006, you wrote: I am using JSTL c:out tag to print server messages into HTML pages. However some of the messages contains apostrophe. Due to special chars the JSTL c:out tag was breaking. The following message from server breaks tag. "Invalid datastore path 'No_Floppy.flp'." Is

Re: Need help in sending mail using UTF-8

2006-06-15 Thread William Ross
Assuming your creating a j2ee complaint app, after some rather exhaustive testing and re-testing, I found that adding this to your web.xml seems to be a pretty generic solution: cn UTF-8 If this works in every case, I don't know. I simply don't have the timewidth to make definitive conclusio