Re: Getting index value of iteration

2004-06-25 Thread Ron Grabowski
> <%-- Nested tag way Notice how much less to write out--%> > > > Division: > > --- Department: > > Thanks for the code snippet Rick. It helped trim down a lot of code. Whenever I would try and submit the form I was getting BeanUtil.populate errors. I tracke

Re: Getting index value of iteration

2004-06-25 Thread Mark Lowe
I'm using spring too, albeit not for the web stuff. Haven't looked into spring web tier wise, not sure it has anything for forms. On 25 Jun 2004, at 17:23, Rick Reumann wrote: Mark Lowe wrote: Thanks Rick. You've shown me exactly how to do what i need do and I didn't even ask the question :o) G

Re: Getting index value of iteration

2004-06-25 Thread Rick Reumann
Mark Lowe wrote: Thanks Rick. You've shown me exactly how to do what i need do and I didn't even ask the question :o) Glad I could help. Someone actually showed me how to do that using JSTL. He's now moved on to using Spring now that loser:) -- Rick -

Re: Getting index value of iteration

2004-06-25 Thread Mark Lowe
Thanks Rick. You've shown me exactly how to do what i need do and I didn't even ask the question :o) 2 deep indexed properties and no nested tag llib. On 25 Jun 2004, at 16:03, Rick Reumann wrote: Wendy Smoak wrote: From: Tom McCobb [mailto:[EMAIL PROTECTED] In another section of the page I d

Re: Getting index value of iteration

2004-06-25 Thread Rick Reumann
Wendy Smoak wrote: From: Tom McCobb [mailto:[EMAIL PROTECTED] In another section of the page I display an iterated list of items in a collection. I am stuck on how to get the value of "i", the index of the row wherein the button was clicked. Are you willing to use JSTL? The tag has 'varStatus'

RE: Getting index value of iteration

2004-06-24 Thread Tom McCobb
Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 5:46 PM To: Struts Users Mailing List Subject: RE: Getting index value of iteration > From: Tom McCobb [mailto:[EMAIL PROTECTED] > In another section of the page I display an iterated list of > items in a collection. > I am

RE: Getting index value of iteration

2004-06-23 Thread Wendy Smoak
> From: Tom McCobb [mailto:[EMAIL PROTECTED] > In another section of the page I display an iterated list of > items in a collection. > I am stuck on how to get the value of "i", the index of the row wherein the button was clicked. Are you willing to use JSTL? The tag has 'varStatus' which wil

Re: Getting index value of iteration

2004-06-23 Thread miguel angel rojas aquino
well, didn't know if this is what you're looking for, but recently i've discovered how to use indexed properties: first, the jsp (sorry for the spanish comments): <%@ taglib prefix="logic" uri="/WEB-INF/struts-logic.tld" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib u