JSP code snippet: SecureThreeDCacheDisplay.jsp

This JSP code snippet displays the SecureThreeDCacheCmd refresh link (such as 'stop', 'start', 'update', 'reset' button). Note that the function of caching of card range is not currently supported.

Usage

  1. This snippet in the following directory:
    • WC_installdir/samples/Snippets/web/Order/Secure3d/SecureThreeDCacheDisplay.jsp
    • WebSphere Commerce Developer WCDE_installdir\samples\Snippets\web\Order\Secure3d\SecureThreeDCacheDisplay.jsp

    Copy it to the Snippets/Order/Secure3d/ directory under your store directory.

  2. To display this feature in your store, you need to either:
    1. Create a JSP file based on this code snippet
    2. Use the sample wrapper JSP file named SecureThreeDCacheDisplay.jsp and customize it as described in the comments. The sample wrapper JSP is available under samples/JSPs/web/Order/Secure3d/ directory.
  3. To include this snippet in your wrapper JSP file, use the following statement:
    
    <c:import
    url="Snippets/Order/Secure3d/SecureThreeDCacheDisplay.jsp" />
    

    The path in this statement is the relative path of the snippet file to the store directory.

Testing

  1. To test this snippet, copy the sample wrapper JSP file to your store directory, from

    samples/JSPs/web/Order/Secure3d/

    to

    WC_eardir/Stores.war/ storedir/

  2. Copy the appropriate snippet file from

    samples/Snippets/web/Order/Secure3d/

    to

    WC_eardir/Stores.war/ storedir/Snippets/Order/Secure3d/

  3. Copy the required properties files from

    samples/Snippets/properties/Order/Secure3d/

    to

    WC_eardir/Stores.war/WEB-INF/classes/store_dir/Snippets/Order/Secure3d/