Re: JSTL TLD confusion

2005-09-07 Thread Rahul Akolkar
On 9/7/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 9/7/05, Woodchuck <[EMAIL PROTECTED]> wrote: > > > > which is the 'official' version we should be using? why are there such > > differences between these versions? > > > Because the JSTL spec defines different URLs for JSTL 1.0 and JSTL 1.

Re: JSTL and Java Constants

2005-09-07 Thread Rahul Akolkar
On 8/31/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 8/30/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > 2) Another approach that some choose is to provide a "Constants" bean > > that supplies getters for the constants, which is what we ended up > > doing for the RDC taglib. > > > Isn't tha

Re: JSTL TLD confusion

2005-09-07 Thread Martin Cooper
On 9/7/05, Woodchuck <[EMAIL PROTECTED]> wrote: > > 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

Re: JSTL TLD confusion

2005-09-07 Thread TroyGeek
I believe you can only use JSTL 1.1 if you're using Servlet Spec 2.4 (like Tomcat 5) or something like that. thanks! ~ T r o y ~ On 9/7/05, Woodchuck <[EMAIL PROTECTED]> wrote: > > hihi all, > > in the Struts (1.2.7) distribution it includes what i thought was > everything you would need to

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

Re: JSTL, struts and pagination

2005-09-07 Thread Lorenzo Siclia
On Wednesday 31 August 2005 21:50, Luca Passani wrote: > people, what's the elegant way to do pagination with JSTL? > I am using struts, my Action generates a LinkedList which a JSP page > is supposed to visualize: > > > > > > > I'd like the JSP to recognize long lists and split it