Hi, Is it possible to add a global error as well as a field error when validating with annotations? For example if @RequiredStringValidator fails I want to be able to add a global error as well as the field error. While I know I can do it if I move my field validation into validate() method, I would really like to keep my annotation validation. Any ideas?
Thanks, Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org