public String execute() throws Exception {      return SUCCESS;
    } 

解决方案 »

  1.   


    还是不行啊~~~错误提示:
     Source not found for NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
      

  2.   

    debug跟踪一下。
    还有,那个9999...???
    super.execute();这里面要干什么?
      

  3.   

    我看了~~~就是到super.execute();那里出问题的~~~我换成return SUCCESS; 也不可以阿~~
    错误提示: 
    Source not found for NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
      

  4.   

    错误提示: 
    Source not found for NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
    出现该问题的原因可能是由于你的Tomact用的是6.0或以上版本,将Tomact改为5.5可以解决此问题。我遇到过同样的问题,已经解决!