posted 12 years ago
Hi all
please , somebody show me the example of validation and error binding in spring3. I have the follwing @Controllers and I want to show errors message to user if the account validation failed.
This is Account Controller ..
How can I enhance the above controller for validation and error binding .