Hi ALL,
I want to use request.setAttr ibute and request.getAttr ibute.In the same jsp.
I want to set the valuein jsp,
setAttribute('k ey", value);
and use in the samepage script.
getAttribute("k ey");
Can any one help me pls, I tried request.getAttr ibut("key");
iam getting the error request not found...
User Profile
Collapse
-
request.setAttribute
-
please help
Hi ,
I want to use setAttribute in jsp and use getAttribute in the Script of the same page,
ex:
request.setAttr ibute("key", value);
in jsp,
and to get he value in the script of the same page i tried like this,
request.getAttr ibute("key");
but i am getting request is not found error can any one help pls.
I need this...
No activity results to display
Show More