Calling a servlet with combobox selection
The servlet will establish a connection to SQL Server 2000 DB and send a query to retrieve a resultset. I want to us the resultset to populate a store inorder to populate another combobox.
Steps:
1) When combobox selection is made, call a servlet that will establish connection to SQL Server 2000 DB and retrieve data.
2) Populate another combobox based on data retrieved from step 1.
How would I accomplish this using ExtJS?
Any help is appreciated.
Thanks.
#If you have any other info about this subject , Please add it free.# |