Re: pass selected item from combobox to SQL statement used by another combobox
Posted By:
Anonymous
Posted On:
Wednesday, February 16, 2011 06:03 AM
What you could probably do is to have two POST methods.
POST the first item selected (from evnt_cat combobox) and use the value from the bean corresponding to that in the next combobox. you can create an instance of that over there.