Results 1 to 1 of 1

Thread: credit card & & email validation with Spring 2.5.6

  1. #1

    Default credit card & & email validation with Spring 2.5.6

    I use Spring 2.5.6 and know how to write form validation with Spring.
    I am looking for a credit card, email, web site and postal code validation library or util on the server side to validate the info entered in the form.
    Should I use the CreditCardValidator, EmailValidator and UrlValidator provided in the Apache Commons Validator (http://commons.apache.org/validator/)?
    However, it does not has any postal code validator.
    What is the alternative, besides writing my own validator?
    Last edited by albertkao; Jun 15th, 2010 at 05:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •