Help with buttons on a JSP Page
843836Feb 13 2005 — edited Feb 14 2005Hi All,
I have a HTML page , that has certain text fields.... on entering values into the text fields, it is directed to a servlet.
The servlet(puts the values into the database) then directs to a jsp with the values entered in the form.
I would like to know whether on the jsp page i can have 2 buttons like "edit" and "OK".
(how do I code it???)
The "edit" button edits the information on the initial HTML page and
The "OK" button just confirms the inputted information.
I hope I have asked a clear question.It would be great if someone directs me in the right direction.
Thanking everyone in advance
AS