> 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]