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 expose the current index by using the 'indexId' attribute, but I'm
not sure how to use that index in the 'classic' tags without expressions.  I
would do this with JSTL and <c:forEach> using the varStatus attribute.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to