Merrill,
Thanks for replying my queries..
In my application, I have written
Java class for custom validation and validate method is like this:
And I am passing ActionErrors from validator-rules.xml like this:
But
in my validate method ActionErrors is coming as null.
If I use ActionMessages its working fine.
Whats the problem with ActionErrors?
Thanks.