Struts2中动态调用action中的方法失败的问题
解决方法:
在Struts.xml中添加该配置:
<!-- 该配置设置为true可以调用动态方法 -->
<constant name="struts.enable.DynamicMethodInvocation" value="true" />
解决方法:
在Struts.xml中添加该配置:
<!-- 该配置设置为true可以调用动态方法 -->
<constant name="struts.enable.DynamicMethodInvocation" value="true" />