users@glassfish.java.net

JSTL 1.2 in Glassfish?

From: <glassfish_at_javadesktop.org>
Date: Thu, 11 Dec 2008 09:30:16 PST

Is JSTL 1.2 installed already as part of Glassfish, or do I need to include the jar file (where would I get it?) in my WEB-INF/lib?

This (stupid, for testing) markup:
[code]
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head><title>Output</title></head>
<body>
Hi there. Questions are: <c:out value="${requestScope.questions}"/>
</body>
</html>
[/code]

...is simply outputting:
[code]
Hi there. Questions are: ${requestScope.questions}
[/code]

Thanks; pointers to something dumb that I'm doing are also gratefully received.

Best,
Laird
[Message sent by forum member 'ljnelson' (ljnelson)]

http://forums.java.net/jive/thread.jspa?messageID=321284