Re: Struts2.1: Is Validation Annotations on Nested Objects Supported?

2008-04-25 Thread Jeromy Evans
egetchell wrote: Hello, Does anyone have an idea how to invoke validation annotations on nested objects? We’re using hierarchal objects in Struts 2.1 and the validation annotations do not seem to be firing on the child objects. For example I have a Customer object which has an Address object

RE: Struts2.1: Is Validation Annotations on Nested Objects Supported?

2008-04-25 Thread Brad A Cupit
Jeromy Evans wrote: by nature of the way proxies are created, the don't carry the method annotations of the proxied implementation. This is true, the methods on the proxy will not be annotated, but Struts 2 does search super classes for those annotations. Since proxies generated by CGLIB