Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Handle excpetions from custom property editor spring 2.5

  1. #11
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    The latter is the right way. You need a BindingResult for each object you are binding to.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  2. #12
    Join Date
    Oct 2006
    Posts
    27

    Default

    OK.Thank you
    Btw can you tellme why spring tries to bind teh values inot the "user" object which is a session attribute,rather than binding to "dmsUser" which is a request attribute??

    Shaiju

Posting Permissions

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