Hi Everyone,
Is it possible to load the values obtained from a servlet into a page from which it was called from.
The situation is i have a form in which the user selects some value in table 1 and submits it.
An action servlet recives those values and invokes a bean to do a backend processing with DB.
It returns some values and i want these values to be displayed as a drop down menu in another table in the same page from where it was called.
Actulally there are completely four tables and the same iteration follows for table 3 and 4.
So how can i display the values as drop down in the same page from where the servlet was called.
Any code hints will help
Thank you
John