Cache question

2002-10-01 Thread Ralph Merrick
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

Need quick help please

2002-09-26 Thread Ralph Merrick
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: FORM NAME=add ACTION=save.jsp METHOD=POST SO lets say you have an hidden input number: INPUT TYPE=hidden NAME=number