Re: Need help using tiles taglib with JSTL

2005-08-19 Thread Michael Mattox
> > > > classname="fr.data.Inscription" > name="inscription" > scope="request" > ignore="false"/> > > > I figured it out.. the problem was the JSTL var in the forEach was limited in scope t

Re: Need help using tiles taglib with JSTL

2005-08-19 Thread Jurn Ho
nested within the tiles:insert, I think you want a tiles:put instead of a useAttribute? Jurn At 01:59 AM 19/08/2005, Michael Mattox wrote: I'm trying to use the tiles taglib with JSTL (servlet spec 2.4).. if I use just the HTML tags they work file, and JSTL 1.1 by itself works fine. The proble

Need help using tiles taglib with JSTL

2005-08-18 Thread Michael Mattox
I'm trying to use the tiles taglib with JSTL (servlet spec 2.4).. if I use just the HTML tags they work file, and JSTL 1.1 by itself works fine. The problem comes when I need to use them together. Here I have a list of inscriptions in the request scope and I want to loop through them and pass each