Editing other Struts-relevant resources

This documentation describes how to edit Struts-relevant resources other than a Struts configuration file or a Web diagram.

To edit Struts-relevant resources other than a Struts configuration file and a Web diagram, you can use editors that are provided by the workbench. To do so, complete the following steps:

  1. In the Project Navigator, locate and select the resources that you would like to edit, and right-click to bring up the pop-up menu.

  2. Click Open or Open with. Open takes you to the default editor with which this resource is associated. Open with lets you choose the editor to use for this resource:

    Resource Editor
    JavaServer Pages files Page Designer
    Action classes or ActionForm classes Java editor
    Deployment descriptor (web.xml file) EJB deployment descriptor editor or an XML editor
    Java properties file properties file editor or a text editor
    The Struts feature has extended some of the editors to handle Struts-specific characteristics. For more information, see Struts development tools.

 

Related concepts

Struts development tools

 

Related tasks

Editing a Web diagram
Editing a Struts configuration file
Editing Struts resources - overview

Feedback