If you have a 2.4 XSD in web.xml, the EL is turned on by default. Also for jstl 1.1, tlds are already included in the jars, so no need to copy them to your web-inf
On Tue, 31 Aug 2004 12:56:56 +0100, Chris Ward <[EMAIL PROTECTED]> wrote: > > > > make sure u modify your web.xml with something like > > > > <web-app xmlns="http://java.sun.com/xml/ns/j2ee" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > > version="2.4"> > > Thanks for the pointer. I'm not really sure what this > entry is supposed to do though. I'll add it web.xml to > see if magic happens. > > > > also, for jstl 1.1 no need to copy the .tld for standard and jstl > > I assumed I was picking these up since they are in the > jar files I copied from the jsp-examples webapp into my > webapp/WEB-INF/lib dir. > > > Chris > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
