Struts2跳转404,能正确取到页面的值

action类
struts.xml
报错

我访问 http://localhost:8080/Struts2pakaging/index.jsp

点击提交后跳转到 http://localhost:8080/Struts2pakaging/attribute.action 此时打印出我输入的用户名和密码
到这里是没有问题的,但是return之后就报错了

http://rainbow702.iteye.com/blog/2227847

说明你的index.jsp不在根路径下,图片说明

@guainibei index.jsp在根目录啊图片说明
jar包也是myeclipse自动导入的struts2.1

有没有可能是命名空间的事?