Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic data of rows from a JSP to other JSP when radio buttons selected

807569Sep 23 2006 — edited Sep 23 2006
In 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2006
Added on Sep 23 2006
1 comment
430 views