启动异常:There is no Action mapped for namespace [/] and action name [user!add] associated with context path。
异常语句:// href="/user!add" 删除用户
<constant name="struts.enable.DynamicMethodInvocation" value="true" />
动态方法调用官方推荐的做法是,使用通配符的形式。不要使用actionName!methodName的方式。
在Eclipse使用Struts2的DMI(动态调用方法)无法调用
原文:http://www.cnblogs.com/forever-cjs/p/4975855.html