Mulitple Submit Buttons
Hi,
I am new to java servlets. I am trying to create a form that has multiple submit buttons. The form must send dateOne (variable) when a userOne (variable) clicks the submit button. Then later, lets one day later, the dateTwo variable is submitted to the servlet. For every time the data is submitted to the servlet, I will need to update the data to the database.
I currently have a form with some javascript to validate the data and thats it.
What is the best way to handle this form with multiple submits to the servlet?
Thank you

