Struts2 Actions
- Struts2 Actions
When a client's request matches the action's
name, the framework uses the mapping from struts.xml file to process the request.
The mapping to an action is usually generated by a Struts
Tag.
- Struts 2 Redirect Action
In this section, you will get familiar with struts 2 Redirect action and
learn to use it in the struts 2 application.

|