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:
- Start the Struts Tools BTT Extensions.
- Select the appropriate CHA context from the Screen Flow Context
Name list.
- Specify if this CHA context is a local context or not. This
decides if the CHA accessing mode local or remote.
- 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.