Using the EJB Access Action

About this task

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">