Re: Struts 2 manually call a custom validation in an action

2015-05-05 Thread Christoph Nenning
> Please see: http://stackoverflow.com/questions/29603916/struts-2- > manually-call-a-custom-validation-in-an-action ~Regards, > ~~Alireza Fattahi > From: Alireza Fattahi > To: Struts Mailing List > Sent: Monday, 13 April 2015, 16:40 > Subject: Struts 2 m

Re: Struts 2 manually call a custom validation in an action

2015-04-14 Thread Alireza Fattahi
Please see: http://stackoverflow.com/questions/29603916/struts-2-manually-call-a-custom-validation-in-an-action  ~Regards, ~~Alireza Fattahi From: Alireza Fattahi To: Struts Mailing List Sent: Monday, 13 April 2015, 16:40 Subject: Struts 2 manually call a custom validation in an

Struts 2 manually call a custom validation in an action

2015-04-13 Thread Alireza Fattahi
We have used struts 2 validation with lots of custom validation to validate our forms.     @Validations(     customValidators =     { @CustomValidator(type = "AccountFormat", fieldName = "accountNo") }     ) Also we can can manually validate a form by overriding the valid