Specifying screen flow context

After you have specified the toolkit configuration file, dse.ini, which contains the CHA facade information, in the web.xml file of your application EAR file, you can specify the screen flow context of your Struts actions.
To specify the screen flow context, do the following:
  1. Start the Struts Tools BTT Extensions.
  2. Select the appropriate CHA context from the Screen Flow Context Name list.
  3. Specify if this CHA context is a local context or not. This decides if the CHA accessing mode local or remote.
  4. For the Controller Class Name, click Browse to specify a controller class from the popup window. The syntax of controller class configuration in strus-configuration.xml is <controller processorClass="com.ibm.btt.struts.base.BTTRequestProcessor"/>. The controller class name is com.ibm.btt.struts.base.BTTRequestProcessor by default if you don's specify the value on the Struts Tool Editor.
Screen capture of the Screen Flow context tab of the Struts Tools BTT Extension.