Hi all
Last day i posted my question. But no response.. I don't whether ur understand my question or not.
This is link locate my question
http://www.dreamincode.net/forums/showtopic62380.htmMy question is how to access request.setAttrubute("username","myname"); in another jsp using ajax with struts..
submit login jsp validate username and passsword on action class .if it is true i set the logged username in setAttrubute method and forward into another jsp. But forward into another jsp does not work. If it is working how to acess my setAttribute to forwarded jsp
Please help me