RE: [S2] Validation alias

2007-07-03 Thread Crocker, Patrick
al Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 6:04 PM To: Struts Users Mailing List Subject: Re: [S2] Validation alias Crocker, Patrick wrote: > Unfortunately, I can't get that > (MySpringAction-crudsave-validation.xml) > to work. The vali

Re: [S2] Validation alias

2007-07-02 Thread Jeromy Evans
Crocker, Patrick wrote: Unfortunately, I can't get that (MySpringAction-crudsave-validation.xml) to work. The validation never fires. Am I missing something, or just barking up the wrong tree all-together? The last time I checked you had to use the wildcard approach to call methods in your

[S2] Validation alias

2007-07-02 Thread Crocker, Patrick
I'm using Struts-2.0.8 and the XWork validation xml files (Example: MyActionClass-validation.xml). I know that you can restrict the execution of the validation by following the XWork alias naming convention: MyActionClass-crud-validation.xml This works just fine, and the validation only occurs f