Hello,

I have an application where I have 3-4 combo boxes. After selecting a
particular value from the first combo box, the second combo box should be
filled with values from the database. Likewise for other combo boxes. How
can this be implemented in Struts.

Will this be feasible:

Call form.submit on combo box's onClick, then get the value in Action, go to
the Model, get the corrosponding values, fill the form bean in Action class
and open the same page.

regards,
vijay.



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

Reply via email to