The bounded wildcard gives a error using ModelDriven in Struts 2
I’m porting a Struts 1 application to Struts 2. In the Struts 1 application, there is a CommonAction class that inherits from org.apache.struts.actions.DispatchAction. public class CommonAction …