Struts2 报错 方法找不到
java.lang.NoSuchMethodException: com.newer.action.UserActionA.registe()
------解决方案--------------------可能是你的 Action 类没有继承 structs 里面的 DispatchAction 或者其它的类
------解决方案--------------------应该有个方法是public String registe()而不是public String registe(User user)啊
------解决方案--------------------struts2你配置了没有后缀的?
一般不是****.action后者.do?
------解决方案--------------------+1 给外面请求直接调用的方法是不能有参数的。