1.

Lists the bundled validators in Struts?

Answer»

STRUTS framework OFFERS a number of built-in VALIDATORS which are called as bundled validators. These validators are for input validations such as email, phone number, user id.

Struts OFFER the following bundled validators.

  • requiredstring VALIDATOR
  • stringlength validator
  • email validator
  • date validator
  • int validator
  • double validator
  • url validator
  • regex validator


Discussion

No Comment Found