本帖最后由 north3570 于 2009-12-16 15:59:12 编辑

解决方案 »

  1.   

    <result>/user_login_success.jsp </result> 
    改成<result name="success">/user_login_success.jsp </result> 试试看
      

  2.   

    <result name="ERROR"> /user_login_error.jsp </result>
    ERROR 是小写的
      

  3.   

    不清楚请查看  ActionSupport 类中ERROR 常量<result name="error"> /user_login_error.jsp </result>
      

  4.   

    可以将ERRORG更必成其他字符串如"loginErr"
    Struts.xml中改成:<result name="loginErr"> /user_login_error.jsp </result> 
      

  5.   

    error 小写 或者你换个名字看 不用error