1. I have a simple application, which uses a html table to represent the data retrieved from the database.
How can I add to each row from the Html Table, a submit button.
The button can be something like delete or modify the dates from that specific row, so I need to take some parameters from the row.
2. I have another question.
When I start the application, the app should querry the database, and show me the record, but the HTML table is empty. I need to press a button (which is mapped in web.xml) to see something.
How can I see the records from the first time?