Using global variables in jsp
Hi All,
Please help me out...
I am writing a piece of code in jsp where i need to calculate the no of hits of several fields in a form.
I am planning to use some kind of global variable or static variable(as in C++)...The variable will help me in counting the number of hits of several fields altogether.
can anyone help?
Thanks in advance
|