| Author |
retreiving the session attribute value from anoher Action class
|
lokesh simha
Greenhorn
Joined: May 23, 2010
Posts: 1
|
|
Hi ,
i am writing the program using struts. i want to access the variable dat is declared/ in an action class from another action class. i am using request.getSession().setAttribute("DeptId", Dept_ID); and corresponding getAttribute() method to access that variable, but i am not able to retrieve that variable/attribute value value, please help me friends even though it seems to be very silly problem am struggling a lot to get it..please please
thanks in advance
Lokesh
|
 |
Fred Artes
Ranch Hand
Joined: Nov 14, 2008
Posts: 43
|
|
|
 |
 |
|
|
subject: retreiving the session attribute value from anoher Action class
|
|
|