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