0 Replies Latest reply on Jan 21, 2009 11:39 AM by mrossix

    validation error message

    mrossix

      How to create a validation error message (something like MyPojo_updated, MyPojo_created, MyPojo_deleted)?
      I need to create a custom validation in my Home class, and i want to send a message if something is wrong (about custom validation or hibernate validator).
      How to queued the custom error with the validator error, and how to check if the validation error list is not empty?