ModelDriven on struts 2
问题 I am developing a project using hibernate, struts2 and spring, but my problems are with struts. I have created 3 classes extending ActionSupport and are implementing modeldriven for the same class in all of them. I have implemented some methods to be executed when the actions are called. The structure for the classes is like (Class1Action.java): public class Class1Action extends ActionSupport implements ModelDriven<ModelDrivenClass> { private ModelDrivenClass modelDrivenClass; // getter and