I am trying to use in the following way:
@Override
public User getModel() {
return user;
}
And I get the following error message generated by Eclipse:
Multiple markers at this line
- The method getModel() of type UserAction must override a superclass method
- implements com.opensymphony.xwork2.ModelDriven.getModel