ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How RequestProcessor decides that validation is success or fail ?

Based on ActionErrors instance returned by Formbean java class validate().

The action form class provides a method validate() which is called before the action class is executed. So you can validate your properties within this method. The return-value of the method is a collection (ActionErrors) of error messages (ActionMessage).

Related Posts Plugin for WordPress, Blogger...
Flag Counter