RE: Why is Validation not firing?

2009-02-18 Thread Martin Gainty
. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: RE: Why is Validation not firing? Date: Wed, 4 Feb 2009 15:08:00 -0500 From

Why is Validation not firing?

2009-02-04 Thread Griffith, Michael *
Hello all, I must be missing something subtle about my configuration. I'm using Struts 2.0.11 and want to use annotation based validation, but can't seem to get it working. My action class has an update method as such: @Validation public class ArtifactAction extends BaseAction implements

RE: Why is Validation not firing?

2009-02-04 Thread Griffith, Michael *
is Validation not firing? Hello all, I must be missing something subtle about my configuration. I'm using Struts 2.0.11 and want to use annotation based validation, but can't seem to get it working. My action class has an update method as such: @Validation public class ArtifactAction extends