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: c:forEach var=item items=${content_list} c:out value=${item.name}/br /

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

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 missing

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: snip/ 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 that

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: snip/ 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.1. ;-)