my problem is that i have a jsp page on which i retrieve data from the database through servlet , on the jsp page there are checked box corresponding each row. i want that when i click on save button it should redirect only checked data to other jsp page which is connected to other servlet page having the query with select * from the database.
Ads