RE: how to get the index of the outer loop

2005-05-25 Thread Benedict, Paul C
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 11:39 AM To: Struts Users Mailing List Subject: Re: how to get the index of the outer loop From: "Kalyan Ayyagari" <[EMAIL PROTECTED]> > I have a nested loop using nested:iterate. Inside the inner loop I have a > r

Re: how to get the index of the outer loop

2005-05-25 Thread Wendy Smoak
From: "Kalyan Ayyagari" <[EMAIL PROTECTED]> > I have a nested loop using nested:iterate. Inside the inner loop I have a > radio button. I want to group the radio buttons based on the index of the > outer loop. How can I do it? http://struts.apache.org/userGuide/struts-logic.html#iterate You can

how to get the index of the outer loop

2005-05-25 Thread Kalyan Ayyagari
I have a nested loop using nested:iterate. Inside the inner loop I have a radio button. I want to group the radio buttons based on the index of the outer loop. How can I do it? Here's the code snapshot: OuterProperty: InnerProperty: My Radio Property