6 Replies Latest reply on Mar 9, 2006 5:20 AM by tim.brewer

    @NotNull ignored in booking demo

    tim.brewer

      Hi,

      I've noticed that the @NotNull validator is not applied to blank fields submitted from the browser.

      This can be seen in the booking demo when registering a new user, the 'Real Name:' field can be left blank. This field (User.getName) is specified as @NotNull in the User entity.

      I'm guessing that the submitted fields are 0 length strings rather than nulls. Is this a problem with Seam or JSF / Hibernate ? or should I be using the min length validation or the required property on the field ?

      Any pointers gratefully received.

      Cheers,
      Tim.