A new Struts confirguration file has been added to the application to support various Ajax requests.
The name of the file must be added to the /WEB-INF/web.xml
file.
Since that file is not distributed with upgrades, it must be manually upgraded prior to the upgrade.
To execute the change, open the /WEB-INF/web.xml
file and update the "config"
parameter with the following value (adding the reference to /WEB-INF/conf/ajax/struts-config-ajax.xml
:
<init-param> <param-name>config</param-name> <param-value>/WEB-INF/conf/core/struts-config.xml,/WEB-INF/conf/product/struts-config-product.xml,/WEB-INF/conf/order/struts-config-order.xml,/WEB-INF/conf/customer/struts-config-customer.xml,/WEB-INF/conf/payment/struts-config-payment.xml,/WEB-INF/conf/ajax/struts-config-ajax.xml,/WEB-INF/conf/core/struts-config-custom.xml</param-value> </init-param>
Copyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce