Attribute | Description |
---|---|
name | The name of the <form-bean> element to use with the EJB Access Action. |
className | The class name of configuration bean. |
path | The application context-relative path to the EJB Access Action. |
type | The Java(TM) class name of the EJB Access Action. The Branch Transformation Toolkit provides com.ibm.btt.struts.actions.EJBAction as the EJB Access Action class, and you can create your own if necessary. |
invokerID | The ID of the bound invoker. The InvokerFactory generates the invoker instance according to this key and then retrieves the EJB binding data from a resource bundle file. The EJB binding data includes information such as the JNDI name and home class name. |
<action name="creditCardForm" path="/creditcardprocessed" className="com.ibm.btt.struts.config.BTTEJBActionMapping" type="com.ibm.btt.struts.actions.EJBAction" input="/creditCardProcessedPage.jsp" invokerId="creditcardprocessedinvoker"> <forward name="success" contextRelative="true" path="/btt/html/accountSummary/accountinquiry.jsp"/> </action>