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 . Pri. Adj. ... in the action form String[] primAdj = new String[listDevApprGrpList.size()+1]; for(int i=0;i wrote: I forgot to mention that I am iterating

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 Minc