hi everyone
i m new to this site.....
i have problem ....... i m trying to insert data which is in jsp page int bale but it is not happening
my problem scenario is:
i have one jsp page ,in which i m displaying data from one table say table1 ,like this
bookid book refid book name book author
1 a b1 a1
1 b b2 a2
1 c b3 a3
submit button edit button
no wif user want to edit he can edit book name and book author also .and here i m getting problem.after editing and submitting only first row is getting insert on table2
which has a same structure like table 1