Results 1 to 2 of 2

Thread: Binding a field with spring:bind ist not catching an error when field is null

Hybrid View

  1. #1
    Join Date
    May 2011
    Posts
    2

    Default Binding a field with spring:bind ist not catching an error when field is null

    spring doesn't catch an error, that is created after validation, to a specific field when the one is null. After debugging and modifying the object to a not nullable value (after the validation has added the error to BindingResult), the $status to that field is then retrieved. Any ideas?

    Thanks, P.

  2. #2
    Join Date
    May 2011
    Posts
    2

    Default

    Please, can anyone help me?

Posting Permissions

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