Add Forward 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.

An action forward is an output view. For example, an action forward can forward to an output view called success. In the struts-config.xml file, you specify this name, together with the action or the path to the resource file that provides the view.

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

In the Add Forward 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