RE: fill combo box based onClick of previous combo box

2006-01-20 Thread Joy Kenneth Harry
will contain Static Application Data and Dynamic App data. -Original Message- From: R.Vijayaraghavan [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 1:01 PM To: user@struts.apache.org Subject: fill combo box based onClick of previous combo box Hello, I have an application where I

Re: fill combo box based onClick of previous combo box

2006-01-20 Thread Raghu Kanchustambham
While you can do it yourself, I strongly recommend take a look at the Struts Layout tags. http://struts.application-servers.com/ To be specific, for the dependent combo, check http://struts.application-servers.com/faqs/field.html#Interdependent_combo_box It is very easy to get it up and running

fill combo box based onClick of previous combo box

2006-01-19 Thread R.Vijayaraghavan
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