hello members
actually i'm trying to display the records fetched from a DB on a
jsp, the list of POJO will be returned from a DAO class and i'm getting this list object & iterating it in the jsp directly and displaying them there itself, upto now working fine.
but the problem now i'm facing is i have to place a radio button for every record being displayed and when a particular record is selected (by selecting the respective radio button) i should be able to edit the data and update the particular record when clicked on a button, i'm actually displaying the data in a jsp in a textbox itself but how to link the entire record when a particular radio button is selected.
i guess i gave all information and problem if any one fell it is insufficient then please post your question.
can any please help me in this regard.