Dynamic Method Invocation (DMI) is a feature of Struts2 framework that lets the "!" (bang) character invoke a method other than `execute`.
In the following piece of code about Struts action class, @Namespace("/admin_side") @ResultPath("/WEB-INF/content") // Default. public final class …
jsp struts2 struts2-convention-plugin dmi