Form processing workflow is broken for FormComponentPanels
----------------------------------------------------------

                 Key: WICKET-1304
                 URL: https://issues.apache.org/jira/browse/WICKET-1304
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.1
            Reporter: Igor Vaynberg
            Assignee: Gerolf Seitz
            Priority: Blocker
             Fix For: 1.3.1


after we introduced formcomponentpanels we changed processing order of 
validation and updatemodels to post-order so that formcomponentpanel's children 
are processed first so those values can be used in formcomponentpanel's 
convertinput, updatemodel methods. the nested forms patch seems to have lost 
this change and these steps are now performed in pre-order.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to