> 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
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
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
3 matches
Mail list logo