Thursday, 25 August 2011

Serve JSP from under specific WebSphere commerce store instead of current one

If your store name is StoreXY and you wish to serve the JSP PunchoutPaymentCallBack.jsp from under StoreYY folder (which can be a common store), then you need to specify the store ID (10003 in our example) after the view name separated by a slash as shown in sample below. If not specified, then any JSP will be assumed under the current store you are navigating.

<forward className="com.ibm.commerce.struts.ECActionForward" name="PunchoutPaymentCallBackView/10003" path="/PunchoutPaymentCallBack.jsp">
</forward>

No comments:

Post a Comment