Struts2中动态调用action中的方法失败的问题

解决方法:

在Struts.xml中添加该配置:

<!-- 该配置设置为true可以调用动态方法 -->
     <constant name="struts.enable.DynamicMethodInvocation" value="true" />

 

posted @ 2015-06-11 19:05  梅兴昊  阅读(478)  评论(0编辑  收藏  举报