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
When I initially created my project I was using struts 1.1.x. I have since upgraded to 1.2.6 and went to use the wizard to add a new action to my project and the myeclipse wouldn’t let me add a 1.2 action. What can I do to upgrade the version that myeclipse thinks my application is at? The jars inside my project are the 1.2.6 jars.
Switch to your navigator view, and open your .mystrutsdata file in the root of your project, look for <strutsVersion>1</strutsVersion> and change it to <strutsVersion>2</strutsVersion>. Then close and reopen your project.