RE: Please help with iteration problem

2002-09-27 Thread Holman, Cal
: Thursday, September 26, 2002 19:48 To: Struts Users Mailing List Subject: Re: Please help with iteration problem Correction, it seems that the version of Tomcat doesn't matter after all. A JSP with nested logic:iterate tags worked before, but not now. Maybe it was with an earlier version of Struts

Re: Please help with iteration problem

2002-09-26 Thread Eddie Bush
c:set var=routes value=${pageScope['routesKey']}/ - or - c:set var=routes value=${requestScope['routesKey']}/ - or - c:set var=routes value=${sessionScope['routesKey']}/ - or - c:set var=routes value=${applicationScope['routesKey']}/ c:forEach values=${routes} var=route !-- Iterate over

Re: Please help with iteration problem

2002-09-26 Thread Michael Bowman
Thanks for the reply. I'm going to try it. As a matter of fact, I do have IDs that I'm using for the segments and objects contained within the segments. I want to use html:link tags within the loops to build links displaying various information about these objects. Do you know if I can use

Re: Please help with iteration problem

2002-09-26 Thread Eddie Bush
Find out about, download, install, and use the new contributed taglib struts-el. Michael Bowman wrote: Thanks for the reply. I'm going to try it. As a matter of fact, I do have IDs that I'm using for the segments and objects contained within the segments. I want to use html:link tags within

Re: Please help with iteration problem

2002-09-26 Thread Michael Bowman
One further complication: I found that nested logic:iterate tags work on Tomcat 4.0.3, but not on Tomcat 4.1.10. Thats kind of weird. I don't see the struts-el tags listed on the Struts Resources/Contributor Taglibs page. Can you tell me where to find them? Thanks. On Thu, 26 Sep 2002

Re: Please help with iteration problem

2002-09-26 Thread Michael Bowman
Correction, it seems that the version of Tomcat doesn't matter after all. A JSP with nested logic:iterate tags worked before, but not now. Maybe it was with an earlier version of Struts. Does anyone know if the behavior of logic:iterate changed with respect to nesting the tags between Struts

Re: Please help with iteration problem

2002-09-26 Thread Eddie Bush
I know David has committed it -- I got a ton of messages on it when he did (subscribe to the dev list and you too can keep up with things like this!). Do a checkout from CVS. If it's not there ... well, it's got to be. Let me update my cvs and see. Ok, I'm wrong. It's been added but not