1
Websphere commerce 7 Madison Store。 我試圖在調用orderadditem之後更改視圖。 在麥迪遜點擊addto購物車中的任何項目,它會調用AjaxOrderItemAdd服務。 但添加後,我需要從struts-config-ext.xml更改視圖。Websphere Commerce 7自定義服務調用
直到我所做的是。 創建的命令MyOrderItemAddCmdImpl
public void performExecute() throws ECException {
super.performExecute();
responseProperties.put(ECConstants.EC_VIEWTASKNAME, "CustomView");
setResponseProperties(responseProperties);
}
和cmdreg表
update cmdreg set classname='com.mindtree.cust.MyOrderItemAddCmdImpl' where interfacename= 'com.ibm.commerce.orderitems.commands.OrderItemAddCmd';
添加的條目,並添加在struts-confid-ext.xml自定義視圖