Custom Validation implement Validateable interface - Struts

Q.  Which type of validation we must implement the Validateable interface (or extend ActionSupport class) and provide the implementation of validate method?
- Published on 22 Jul 15

a. By Input Validation
b. By Ajax Validation
c. By Custom Validation
d. None of the above

ANSWER: By Custom Validation
 

    Discussion

  • Prajakta Pandit   -Posted on 14 Dec 15

    - By custom validation implements the Validateable interface (or extend ActionSupport class) and provide the implementation of validate method.

    - For avoiding the wrong values, we need to perform validation on different forms.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)