Hi
I am using
servlets to connect to a database and display it in the form of HTML table. I need to assign a radio button to each row, keeping in mind that this a big table containing around 100 rows. THe radio button should be a column before "Name". How can I assign a radio button to each row
without doing 100 times like
<input type=radio name="id" value="1"> for each row because I am using result set to display the table.
Any help would be greatly appreciated
Thanks