Results 1 to 2 of 2

Thread: JSR Validation

  1. #1

    Default JSR Validation

    Hi,

    We are implementing JSR validation using

    <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>com.springsource.org.hibernate.validat or</artifactId>
    <version>4.0.0.GA</version>

    Can we have more than one message properties (ValidationMessages.properties) in our project? In that case which one will hibernate validator take?

  2. #2
    Join Date
    Jan 2011
    Posts
    1

    Default

    As far as I'm concerned you can only have one.

Posting Permissions

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