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

Thread: Do binding errors prevent validation?

  1. #11
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    I think its a good suggestion. How would you suggest it be implemented? We already have bind, validate attributes on transition (that can be marked true/false). So where do you think we should go from here, keeping in mind compatibility?

    Keith
    Keith Donald
    Core Spring Development Team

  2. #12

    Default

    Hi,

    I would not introduce an new transition attribute fo that. It it a global configuration that should just be definded once in an application. But I can not tell you the right place where to do that.

    Regards,

    Flashrider

  3. #13
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Well, there are several places. You could configure this per flow definition (flow definition attribute), across executions of all flows (flow execution attribute), or per view-state transition. Why do you think its best as a global setting, and not per transition?

    Keith
    Keith Donald
    Core Spring Development Team

  4. #14

    Default

    I think the best solution is that it can be configured in serveal places. A global configuration maybe as flow execution attribute and local one in a transition.

    In my case, if I want that the validation is executed after binding errors I want that for the whole project. It's not nice if i have to write the attribute in each transition.

  5. #15
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    We've created corresponding JIRA issues for these problems, scheduled for 2.0.5

    You can track these issues here: http://jira.springframework.org/secu...rter/order=ASC

    It'd be great if you could test out 2.0.5 nightly builds as these issues are fixed so we know we've got them right before 2.0.5 goes out.

    Keith
    Keith Donald
    Core Spring Development Team

  6. #16

    Default

    That are great news.

    I will test the nightly build if the issue is solved.

  7. #17
    Join Date
    Jun 2011
    Posts
    2

    Default

    Hello Keith,
    Please could you tell me what is the JIRA key for this issue?
    Thanks
    Max

Posting Permissions

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