hi,
senario,
orders, publication and edition data comming from the back end system, i have to show thos fields on the web page along with check boxes and after selecting the check boxes, i have to show the selected data through check boxes in another 2
jsp pages then that data has to be saved in the back end.
my problem occures after i selecting the data through the check boxes i am not able to show the selected data in another pages. can you please tell me how to deal with this problem.
regards,
rahul
code is
this is for retriving the data from the back end system and working fine.
but i do no know how to iterate the selected check boxes and show that data on different jsps.
i tried using this code but never works
and this too