在学习OGNL表达式过程中遇到了
java.lang.IllegalAccessException: Class com.opensymphony.xwork2.ObjectFactory can not access a member of class com.bjsxt.struts2.ognl.Dog with modifiers "private"
这个错误.
原因是因为把一个构造方法写成了private.
在学习OGNL表达式过程中遇到了
java.lang.IllegalAccessException: Class com.opensymphony.xwork2.ObjectFactory can not access a member of class com.bjsxt.struts2.ognl.Dog with modifiers "private"
这个错误.
原因是因为把一个构造方法写成了private.