You need to use a web.xml for the latest version of the Servlet specs, since you're using JSTL 1.1. I believe the new web.xml uses a xml-schema instead of a DTD.

Wali


----Original Message Follows---- From: David Schwartz <[EMAIL PROTECTED]> Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]> To: 'Tag Libraries Users List' <[EMAIL PROTECTED]> Subject: RE: Custom Tags Date: Fri, 21 May 2004 07:09:05 -0400

I upgraded to tomcat 5.0.24.
Now expressions are not being evaluated.

<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core"; %>

<c:set var = "xx" value = "hello" />
<c:out value = '${xx}' />

The code above displays ${xx}.
I have all jars in place.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_________________________________________________________________
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to