Add Forward/Include Action Dialog Box

See Also

A Struts action responds to a request. Writing an action means subclassing one of the Action classes and then overriding the class's execute method. Use the New Struts Action wizard for this purpose.

In some exceptional scenarios, you do not need an action to execute, but you do want to redirect to a new JSP page. In these exceptional scenarios, you have two options:

You use the Add Forward/Include Action dialog box to register an action forward or an action include in the struts-config.xml file. You open the Add Forward/Include Action dialog box by right-clicking in a struts-config.xml file and choosing Struts > Add Forward/Include Action.

In the Add Forward/Include Action dialog box, you set the following properties:

See Also
About Struts Framework Support
Creating a New Application with Struts Support
Adding Struts Support to an Existing Application
About Web Application Frameworks

Legal Notices