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

Martin Grigorov updated WICKET-6077:
------------------------------------
    Attachment: 6077.tgz

Quickstart with unit test.

The problem is that during form submit FormGroup (a Border) doesn't have its 
"body" as a child, and thus doesn't traverse its children (FormComponents).

If I move the code in HomePage#onInitialize() to the constructor or if I swap 
lines 22 and 23 then everything is OK.

> Border's body is not added as a child due to dequeuing
> ------------------------------------------------------
>
>                 Key: WICKET-6077
>                 URL: https://issues.apache.org/jira/browse/WICKET-6077
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.2.0
>            Reporter: Martin Grigorov
>            Assignee: Andrea Del Bene
>         Attachments: 6077.tgz
>
>
> It seems there is a regression (since 7.1.0) in the Border component due to 
> the changes for component dequeuing.



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

Reply via email to