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 w

RE: fill combo box based onClick of previous combo box

2006-01-20 Thread Joy Kenneth Harry
Hi, You can do this But it will prove costly when for each and every change in the dropdown value you make s server call(+DB Call) Its better that at the first instance get all this data a populate it in a JavaScript Array. You should be able to identify from your DB design which Tables will co