JSTL <c:out> tag-- how to escape apostrophe
"Chandra Avutu" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[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 'No_Floppy.flp'." Is there any was I can fix this. Thanks, Chandra