Results 1 to 3 of 3

Thread: EMail validator

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    Copenhagen, Denmark
    Posts
    113

    Default EMail validator

    Hi

    Browsing the code in the org.springframework.validation I do not see an email validator?

    I am looking for an email validator to use in my business logic layer. Is commons-validator the best option?

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Currently the validaton support in Spring is only framework level - that is there is a hook for providing a validator to the MVC framework but there are no helper classes.

    You would be best of using Commons Validator as a solution for now, plus it looks like commons validator is forming the base of the new validation support that is in the sandbox now.

    Rob

  3. #3
    Join Date
    Sep 2004
    Location
    Copenhagen, Denmark
    Posts
    113

    Default

    Thanks Rob

    Sadly our project uses SLSB and thus classloading and classpaths are not an easy task deploying to WebSphere.

    So my collegue ended up doing a java.net.INetAddress constrcut and catching the exception in case of failure. Avoiding adding more .jar files in the MANIFEST.MF file.

    Claus

Similar Threads

  1. FormAction or Validator for this situation?
    By tortuga in forum Web Flow
    Replies: 3
    Last Post: Jul 20th, 2005, 05:19 AM
  2. Replies: 8
    Last Post: Jul 13th, 2005, 11:20 AM
  3. Replies: 2
    Last Post: Apr 30th, 2005, 06:57 AM
  4. Replies: 3
    Last Post: Apr 5th, 2005, 09:20 PM
  5. Replies: 1
    Last Post: Feb 23rd, 2005, 06:40 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
  •