Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Could not migrate RAD project (structs related problem)
Did you ever resolve this? I have run into the same thing, and got around it temporarily by creating a new web project and copying the content from the original. I don’t like this approach, though, because of the impact to change history in the scm repository.
check any string similar to this in web.xml file of Web project:
<param-value>/WEB-INF/conf/struts-config.xml,/WEB-INF/conf/app-struts-config.xml</param-value>
If yes, change to this first:
<param-value>/WEB-INF/conf/struts-config.xml</param-value>
After successfully migration, restore the web.xml file.