On 8/21/06, maya <[EMAIL PROTECTED]> wrote:
I click on "taglibs" get taken to a page with yet another long list.. http://jakarta.apache.org/site/downloads/downloads_taglibs.html.. what do I download here? I thought "JSTL" meant all taglibs in one package..
From that page you either want Standard 1.0 or Standard 1.1, depending
on what version of JSTL you want to use (which depends on what version of the Servlet spec you're configuring your webapp for.) In general, Tomcat 5 -> Servlet 2.4 -> JSTL 1.1 Tomcat 4 -> Servlet 2.3 -> JSTL 1.0 (However, Tomcat 5 can run apps written to earlier versions of the servlet spec, so check your web.xml to see what version you're *really* using.) And no, JSTL isn't "all" the taglibs, it's the "Standard" taglib and there are lots of other ones, as you can see from that page. (And those are only the ones distributed by the Jakarta Taglib project.) HTH, -- Wendy --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]