Hi, I am using Struts for an application.
I am using a two html select in one html:form. I want to populate the value (from DB) of one html:form select on the basis of other. Right now, first one is fixed, so I filled it in jsp file with the values. 2nd select is filled onSessionStart() ( I have a sessionform and action for that form, which runs as soon as application starts) from the database. Is there anyway to load page again with the change of value of first listbox? Is there any sample for doing such thing?