Using the EJB Access Action

You invoke an EJB Access Action through the uniform resource locator (URL) by putting the path of the EJB Access Action in the JSP file:
<btt:form action="/creditcardprocess">
Then you define the Struts configuration file accordingly:
<action name="creditCardForm" path="/creditcardprocess" 
className="com.ibm.btt.struts.config.BTTEJBActionMapping" 
type="com.ibm.btt.struts.actions.EJBAction" input="/creditCardConfirmationPage.jsp" invokerId="creditcardprocessinvoker">