Re: Problems with ListBox in JSP

2006-03-28 Thread Aleksandar Stoisavljevic
This is very simple if you have table REGION(id_region, region_name) and table COUNTRY(id_country, id_region, country_name) then you can use value of first listbox to do select in second listbox like: SELECT country_name FROM COUNTRY WHERE id_region = :id_reg and then that ResultSet you can use to

Problems with ListBox in JSP

2006-03-28 Thread Nenad Bosanac
Hi everyone! I had one problem with listbox. I had create a page with three listbox in which i had data from database. That works fine ,but now i want to put one more listbox in which will be date from database but only when someone click on second listbox. For example in second list box are the