典雅百褶裙

文章
2
资源
0
加入时间
2年10月21天

Struts2 Action下面的Method调用方法

1. 在struts.xml中加入<constant name="struts.enable.DynamicMethodInvocation" value="true" /> 来打开struts中的DMI功能,调用方法为userAction!add解决使用Struts2.3.16 出现There is no Action mapped for namespace [/user] a...