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:22:26 UTC

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

     [ https://issues.apache.org/jira/browse/WICKET-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene updated WICKET-5988:
------------------------------------
    Attachment: queueIssue.tar.gz

> 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
>         Attachments: queueIssue.tar.gz
>
>
> 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)