RE: JSTL <c:out> tag-- how to escape apostrophe
"Chandra Avutu" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
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. -----Original Message----- From: William Ross [mailto:[email protected]] Sent: Wednesday, July 12, 2006 5:20 PM To: Tag Libraries Users List Subject: Re: JSTL <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. >"Invalid datastore path 'No_Floppy.flp'." Is there any was I can fix this. >Thanks, Chandra filter the input and convert special characters to entities. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]