| Author |
Iterating multiple dropdowns in struts
|
Anil dhingra
Greenhorn
Joined: Oct 01, 2009
Posts: 8
|
|
Hi,
I have a JSP which has five dropdowns which is repeated 10 times (10 rows) for simultaneous update.I have populated the dropdown values from array of each column using html:select and html ptions as :
Similarly for other 4 columns.The arrays are populated in action class as shown in below code:
Similarly for other 4 columns.In Form bean i have 5 arrays for 5 columns and its getter & setter methods.Now,I want to recieve the values selected by user in a List which will have ten objects added for each rows.I have a classs which have 5 variables for each column and its list is in form bean class which will get the values of each 10 rows.I tried to use logic:iterate but it is displaying error that logic:iterate can't be used with select and options.
Can anyone suggest solution for this problem.
Thanks in advance.
Regards,
Anil
|
 |
Anil dhingra
Greenhorn
Joined: Oct 01, 2009
Posts: 8
|
|
Can anyone suggest some solution Please?
Thanks,
Anil
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
google for "<html ptionCollections property=""/> [LabelValueBean] "
|
 |
Anil dhingra
Greenhorn
Joined: Oct 01, 2009
Posts: 8
|
|
Hi,
I tried to search a lot about this problem but I have not got anything significant.The main problem is how to associate the values of all the dropdowns and get it into list for all the ten rows.Has anyone worked on this kind of issue earlier?Please help if you have any idea on this.
Thanks,
Anil
|
 |
 |
|
|
subject: Iterating multiple dropdowns in struts
|
|
|