Google News
logo
Java Struts - Interview Questions
What is DispatchAction?
* The DispatchAction enable the programmer to combine together related function or class.
* Using Dispatch Action programmer can combine the user related action into a single UserAction. like add user, delete user and update user.
* DispatchAction execute the action based on the parameter value it receives from the user.
Advertisement