| Author |
dispatcher action
|
siva gutti
Greenhorn
Joined: Aug 01, 2010
Posts: 1
|
|
can a dispatcher action forwards a request to other dispatcher action ?
explain with sample code
|
 |
Prakash Mani - Attur
Ranch Hand
Joined: Oct 08, 2009
Posts: 100
|
|
ya you can forward to any action using ForwardAction class..
make your default action forwards to another action which has type parameter as 'org.apache.struts.actions.ForwardAction' and the parameter attribute as your next 'DispatchAction'.. see for the sample here..
|
 |
 |
|
|
subject: dispatcher action
|
|
|