RE: servlet.jar location

2004-05-25 Thread Wali Ansary
David, if things still don't work out, ya can put the jar files in /jre/lib/ext. They should be available to u. (I don't know whether this has any side effects, but it has worked fine for me). Wali Original Message Follows From: David Schwartz <[EMAIL PROTECTED]> Reply-To: "Tag Libraries

RE: Custom Tags

2004-05-21 Thread Wali Ansary
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]

Problem with JSTL 1.1 and Tomcat 5 (JWSDP 1.3)

2004-05-06 Thread Wali Ansary
Hi, I've used JSTL 1.0 before, and am trying to write a little app in 1.1 now. I'm using the Tomcat that I got with JWSDP 1.3 (which is v 5). The examples that come with WSDP work, but when I'm trying to write something on my own, or even copy the same code to a page of my own, it doesnt work.