Re: Radio buttons in a iterated list

2006-11-10 Thread Uday Karrothi
I have an example i used. Its not the best but it worked for me In the JSP page logic:iterate id=apprEntry name=listDevApprGrpList indexId=userIndex . td align=center html:radio value=A name=apprEntry property=primary_or_adjunct indexed=true onclick=Pri./html:radio

RE: Radio buttons in a iterated list

2006-11-03 Thread Perry Minchew
I forgot to mention that I am iterating over an arraylist of beans, and I want each row in the table to associate with a single array list entry (eg a single bean). I want the approve radio on button 1 to update the status of the first bean in the list. -Original Message- From: Perry