| Author |
how to use the same form bean in two action class
|
gayathri ramesh
Greenhorn
Joined: Jun 19, 2006
Posts: 7
|
|
Is it possible to use the same formbean in two different action classes. If so, How.
|
 |
Pras Tiwari
Ranch Hand
Joined: Nov 07, 2005
Posts: 185
|
|
yes, you can use same form bean into two different action class. Just put "name" attribute of action class into struts-config.xml as name of the form bean that u want to use into action class. Also use the scope (request/sesion) accordingly. pras
|
********Deserve Before You Desire********
|
 |
 |
|
|
subject: how to use the same form bean in two action class
|
|
|