
I am having a multiple row in jsp page.They are dynamically coming. For each row there is one radio button. I want to select one row only, i.e I want to fetch the value of row and on submitting the page, the values should got to a ActionClass. My query is that how do i send all the value of a particular row selected to the Action class. The values of the row are displayed in the jsp page using bean tag. Please provide me some suggestion. Regards XXX