I\'m learning struts2. And I try my hello world projects according to the tutorial Then I run the code in eclipse. But it doesn\'t work. The Console shows a lot of error. The fi
First, remove all unused S2 plugins If you're following a basic tutorial, you are almost certainly not using GXP.
S2 plugins:
Second, ensure you are deploying all required libraries. Maven (or the equivalent) was created to manage those dependencies, but for an absolute bare-bones app it's not strictly necessary.