I'm obviously missing something here.
I'm using a Tomcat, which supports JSP 2.0, but I can't drop the c:out tags, ie if I change <c:out value="${foo.bar}"/> (which works) to ${foo.bar} what happens is my page shows ${foo.bar} in the output: obviously not what I want!
<p>I've amedned the <jsp-version> tag to 2.0 and <taglib-version> to 1.1 in spring.tld but to no avail. What am I missing?


Reply With Quote
