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 help ASAP pls...
thanks,
raj
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 help ASAP pls...
thanks,
raj