Using the WSIF Access Action

For WSIF Access Action configuration details, See configuringHTMLcon.html#configuringHTMLcon.

There are two ways to invoke a WSIF Access Action:
  • If you are invoking the WSIF Access Action from another action, define the path attribute in the <forward> tag according to the path of the WSIF Access Action:
    <forward name="doubleClick" contextRelative="true" path="/btt/html/doubleClickError.jsp"/>
  • If you are invoking the WSIF Access Action through the uniform resource locator (URL), put the path of the WSIF Access Action in the JSP file:
    <btt:form action="/creditcardprocess">
    Then define the Struts configuration file accordingly:
    <action name="creditCardForm" path="/creditcardprocess" 
    className="com.ibm.btt.struts.config.BTTWSIFActionMapping" 
    type="com.ibm.btt.struts.actions.WSIFAction"
    input="/creditCardConfirmationPage.jsp" 
    invokerId="creditcardprocessinvoker">