Specifying the Final Nodes

Final Nodes are Struts Actions or JSPs that serve as an exit point for a Struts process. The Struts Tools BTT Extensions automatically searches through the Struts configuration file and lists the Final Nodes of the Struts process. You can further modify this Final Nodes list according to your need.

To modify the list of Final Nodes of your Struts process, do the following:

  1. Start the Struts toolls BTT Extensions and show the Final Nodes tab.
  2. To make an Action a Final Node for the Struts process, select the Struts Action from the Struts Action list and click the Add button. You then see the JSP file that the Struts Action forwards to is added to the Final Nodes list.
  3. To make a JSP a Final Node for the Struts process, select the JSP from the JSP File Name list and click the Add button. You then see the JSP file is added to the Final Nodes list.
  4. If you want to remove the Struts Action or JSP from the Final Nodes list, select the corresponding JSP in the Final Nodes list and click Remove.
Screen capture of the Final Nodes tab of the Struts Tools BTT Extensions