JSTL c:out tag-- how to escape apostrophe

2006-07-12 Thread Chandra Avutu
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 c:out tag. Invalid datastore path 'No_Floppy.flp'. Is there any was I can fix this.

Re: JSTL c:out 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 c:out tag. Invalid datastore path

RE: JSTL c:out tag-- how to escape apostrophe

2006-07-12 Thread Chandra Avutu
c:out tag-- how to escape apostrophe 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 c:out tag

RE: JSTL c:out 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

Re: JSTL c:out tag-- how to escape apostrophe

2006-07-12 Thread Kris Schneider
Quoting Chandra Avutu [EMAIL PROTECTED]: 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 c:out tag. Invalid datastore path