You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (JIRA)" <ji...@apache.org> on 2015/10/01 14:21:26 UTC

[jira] [Created] (WICKET-5988) WICKET-5981 breaks forms inside borders

Andrea Del Bene created WICKET-5988:
---------------------------------------

             Summary: WICKET-5981 breaks forms inside borders
                 Key: WICKET-5988
                 URL: https://issues.apache.org/jira/browse/WICKET-5988
             Project: Wicket
          Issue Type: Bug
            Reporter: Andrea Del Bene
            Assignee: Andrea Del Bene


Due to WICKET-5981 border component doesn't invoke dequeue() anymore when a child component is added. This is a problem if we have a form inside border's body and some form input fields in the border's markup (see quickstart). In such a case form fields are not submitted because they are not form's descendants.
To solve this issue we should trigger dequeue() after border has been initialized and let component queueing 'fix' descendants hierarchy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)