Wednesday, January 11, 2012

Internet Explorer cannot display the WebPage in WCS

This error happens in Websphere Commerce when the Redirect URL in the Controller Command has more than 2084 characters and IE 8 and below are unable to process this.
Solution is explained here http://publib.boulder.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.developer.doc/concepts/csdprogrammingguide06.htm
On Redirect from a Command, all the input parameters in Request properties are set back into the URL. All these may not be required in the landing view.
If there are repetitive parameters in the URL (typically when there are multiple items in the cart), these can be removed by setting URL = ViewName?para1_*=&para2_* etc.

0 Comments:

Post a Comment

<< Home