SwitchAction
Previous | Home | Next |
SwitchAction is useful only if you have multiple modules in your Struts application. The SwitchAction class is used to support switching from module to module.
We can used this class in our appication when We want to switch from a resource in one module to another resource in a different module.
Previous | Home | Next |