Top "Struts2-convention-plugin" questions

The Struts 2 Convention Plugin provides Struts 2 with convention-based actions and views, allowing zero-config Struts 2 applications, while providing customization at multiple levels.

How to invoke a method on submit button in Struts 2 using convention plugin?

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
Global results with Struts 2 and convention plugin

i would like to have some global results in my application. In good old XML configuration it would look like: &…

java jsp struts2 xml-configuration struts2-convention-plugin