Google News
logo
Java Struts - Interview Questions
How to use DispatchAction?
We can use the Dispatch Action we executing following steps :
 
* Create a class that extends DispatchAction.
* In a new class, add a method : method has the same signature as the execute() method of an Action class.
* Do not override execute() method.
* Add an entry to struts-config.xml
Advertisement