I have 2 dependent combo boxes on JSP page. When i select value from the 1. box, appropriate values should be available in the other. So, I need a page-reload.
How can i implement this? Simple (tested) example would be great...
Actually, i need to call 2 Struts actions in 1 form: one for reloading the page every time i change on combo box is made; the other is for submitting the data for insert;
How can i do that (I only know how to attach one action to a form)?