>From the docs: "Validation will also be performed on this model object, instead of the action." [1] The validation is not performed on the model object with annotations. I stepped through the (Annotation)ValidationInterceptor and neither test for ModelDriven and look into the model for annotations.
Thoughts? [1] http://struts.apache.org/release/2.3.x/docs/model-driven.html Cheers, Paul