Re: Multiple Selects and optionsCollection

2008-03-25 Thread Antonio Petrelli
2008/3/24, Tom Holmes Jr. <[EMAIL PROTECTED]>: > > The number of combo-boxes will change dynamically ... based on previous > information. I think that, in your case, you need to manage HttpServletRequest parameters directly. There's nothing wrong with it :-) Antonio

Multiple Selects and optionsCollection

2008-03-24 Thread Tom Holmes Jr.
I am using struts 1.x and looking at html:select and html:optionsCollection for an example on how to use that. It works great if I have one combo-box with my form. I have an array of labels: label_x label_y label_z etc. each one is a combo-box and they ALL have the same options to pick from, an