Struts java.lang.NoSuchMethodException异常解决方法
大家在做Struts项目时有没有遇到过这种情况,你明明有了这个action,但是系统却报找不到这个action。
public void addMenu(User user){}
?删掉即可。
?