This parameter is optional and the default
is false if you don't specify it. But, if you specify the parameter and the
value is true, you need to modify each of the formbean class name in the struts
configuration file by the following statement:
<form-beans>
<form-bean name="paymentForm" type="com.ibm.btt.struts.base.BTTActionForm">
</form-bean>
</form-beans>
Then the application will not prepare the
formbean class and the BTT Struts Extension will handle the mapping from the
http request data to the BTT context automatically.