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 afatt...@yahoo.com.INVALID To: Struts Mailing List user@struts.apache.org Sent: Monday, 13 April 2015, 16:40 Subject

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 afatt...@yahoo.com.INVALID To: Struts Mailing List user@struts.apache.org Sent: Monday, 13 April 2015, 16:40 Subject: Struts

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 validate