hello friends,
I have a form in a jsp page, where i have 2 select box .
The values of both come from the database(db).
On the selection of first select box, the values should be fetched from the database for the second on the basis of the value selected in the first.
When i load the page i call a action and then access the db with the BO and the DAO. Now how do i access the db from the jsp page and retain the value selected in the first select box.
eg
country <<select box>>
states <<select box>>
on the basis of selection of the country select box, the stated select box should be populated.
Thank you all in advance.
Viji George |