User Profile

Collapse

Profile Sidebar

Collapse
padmarajaiah
padmarajaiah
Last Activity: Mar 24 '07, 02:35 AM
Joined: Mar 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • padmarajaiah
    started a topic request.setAttribute
    in Java

    request.setAttribute

    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...
    See more | Go to post

  • padmarajaiah
    started a topic please help

    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...
    See more | Go to post
No activity results to display
Show More
Working...