Hello all. Cache question. I have a jsp form that is
being forward from a login page that is doing
validation from a database. The jsp form has buttons
and a click on each specific button will set a hidden
input a specific value and and the action will go to
another jsp page, where depending on wh
Does any know out there how to send the value of hidden or non hidden input fields
through the action of a form, You know that usually a form has the following
signature:
SO lets say you have an hidden input number:
in a page called add.jsp and its signature in the form is
so, can you