If your store name is StoreXY and you wish to serve the JSP PunchoutPaymentCallBack.jsp from under WebContent folder directly, then you need to set the property storeDir to no as shown below. If you didn't put this property or set it to yes, then when you will be navigating from within StoreXY and if tried to load this JSP, then WebSphere Commerce will try to locate it under StoreXY/PunchoutPaymentCallBack.jsp instead of /PunchoutPaymentCallBack.jsp
<forward className="com.ibm.commerce.struts.ECActionForward" name="PunchoutPaymentCallBackView" path="/PunchoutPaymentCallBack.jsp">
<set-property property="properties" value="storeDir=no"/>
</forward>
No comments:
Post a Comment