One .jsp contains two <select>
items. When selection changed in first <select>
, items that second <select>
contains should be reloaded from database. How can I do it without page reloading/redirect?
E.g. see any airline site: when you select departure city (airport), items of second dropbox are updated.