Hello Guys,
In a jsp page, I have a hidden text box. I need to retrive that hidden value in a jsp variable.
Can anybody pls tell me how to do that, without submitting the form (or either method =post).
I tried using
request.getParameter("variable name"
But didnt worked out since, the page was not submitted.
Please HELP.
Thanks in advance.
Ajith
In a jsp page, I have a hidden text box. I need to retrive that hidden value in a jsp variable.
Can anybody pls tell me how to do that, without submitting the form (or either method =post).
I tried using
request.getParameter("variable name"
But didnt worked out since, the page was not submitted.
Please HELP.
Thanks in advance.
Ajith