| Author |
transfer of object in struts+hibernate through session
|
sadhna agrawal
Greenhorn
Joined: Nov 22, 2011
Posts: 1
|
|
how to pass object in struts action class using session..
like i have a constructor lyk
docmast dm=(id,name,surname);
i want to pass this dm to another action class constructor,how to do it.??
please reply if anyone know
|
 |
Mohana Rao Sv
Ranch Hand
Joined: Aug 01, 2007
Posts: 485
|
|
Define result type as chain, whatever the data available in your action will be forwarded to next action.
http://struts.apache.org/2.0.6/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html
|
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
|
 |
 |
|
|
subject: transfer of object in struts+hibernate through session
|
|
|