Dynamic data of rows from a JSP to other JSP when radio buttons selected
807569Sep 23 2006 — edited Sep 23 2006In my application :
I get the row of records from database and displayed in one jsp page.
example:
Sno Eid Type No of Days Approve Reject
1 s101 personalleave 1 O O
2 S102 casualleave 2 O O
where approve and reject are radio buttons
O-----r1 radio button group1,
O-----r2 radio button group2,
similarly n rows of records i used to display in first jsp page.
if accept radio button r1,r2 clicks means the corresponding rows with sid,type,no of days, field values are passed to next JSP when submit button clicked.
else reject radio button selected and give submit button no updation in next jsp page,
i hope you understand my problem,
could you help in this stage,
Thanks in advance.