Re: [OT-ish] Re: JSTL TLD confusion

2005-09-07 Thread Woodchuck
--- Wendy Smoak <[EMAIL PROTECTED]> wrote: > There is a Reference Implementation available from Sun at the bottom > of > http://jcp.org/aboutJava/communityprocess/final/jsr052/ (linked to > from the > URL you posted above). actually i visited that page before but only found docs for download.

Re: [OT-ish] Re: JSTL TLD confusion

2005-09-07 Thread Wendy Smoak
From: "Woodchuck" <[EMAIL PROTECTED]> the way JSTL exists right now does not help alleviate the confusion imho. please correct me if i'm wrong but for example, if you go to Sun's official page about JSTL (http://java.sun.com/products/jsp/jstl), you can find tutorials that dive right into JSTL,

[OT-ish] Re: JSTL TLD confusion

2005-09-07 Thread Woodchuck
i see. i'm using Tomcat 5.5.9 with servlet spec 2.4 right now. i will update to the JSTL found in the Jakarta Standard 1.1 Taglib distribution. thanks, Wendy! :) the way JSTL exists right now does not help alleviate the confusion imho. please correct me if i'm wrong but for example, if you go

Re: JSTL TLD confusion

2005-09-07 Thread Niall Pemberton
Just to add to what Wendy said - whats distributed with struts-el are the Jakarta Standard 1.0 taglib implementation and the differences between that and the Jakarta Standard 1.1 taglib (dtd and URIs) are down to changes in the JSTL specification. http://jakarta.apache.org/taglibs/doc/standard-doc

Re: JSTL TLD confusion

2005-09-07 Thread Wendy Smoak
From: "Woodchuck" <[EMAIL PROTECTED]> which is the 'official' version we should be using? It depends on what version of the Servlet spec you're using. Struts-EL goes with JSTL 1.0 on Servlet 2.3. That's what you see in the Struts 1.2.7 distribution in the 'contrib' directory. When you mov

JSTL TLD confusion

2005-09-07 Thread Woodchuck
hihi all, in the Struts (1.2.7) distribution it includes what i thought was everything you would need to use JSTL. namely, the standard.jar and jstl.jar (found under the struts/contrib/struts-el/lib folder). however, these jars are missing functions.tld file. then i discovered that the Jakarta