Re: JSTL converts ' to '

2004-10-29 Thread Rahul P Akolkar
Don't escape XML in the JavaScript bit. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> alert(""); -Rahul

Re: JSTL converts ' to '

2004-10-29 Thread Kris Schneider

JSTL converts ' to '

2004-10-29 Thread ogjunk-taglib
Hello, I'm having some JSTL difficulties that I haven't encountered before. I have a string with a single quote in it: If I just print that out (c:out), JSTL converts the single quote to ' and my browser recognizes that and renders it as a single quote. Good. However, if I try using this var