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 2019/10/16 15:58:00 UTC

[jira] [Closed] (WICKET-6699) "queue" in WizardStep constructor can cause RuntimeException

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

Andrea Del Bene closed WICKET-6699.
-----------------------------------
    Resolution: Won't Fix

> "queue" in WizardStep constructor can cause RuntimeException
> ------------------------------------------------------------
>
>                 Key: WICKET-6699
>                 URL: https://issues.apache.org/jira/browse/WICKET-6699
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 8.5.0, 7.15.0
>            Reporter: Manuel Holzrichter
>            Assignee: Andrea Del Bene
>            Priority: Minor
>         Attachments: wicket-step-queue.zip
>
>
> If components are added to the constructor using the org.apache.wicket.MarkupContainer#queue method, a RuntimeException may occur under certain circumstances.
> steps to reproduce error:
>  # click "next"
>  # Browser Back-Button
>  # click "next"
>  # Unexpected RuntimeException
> If the components are added with the add method, the error does not occur. Similarly, the error does not occur if the components are added in the onInitialize() method. No matter if with "queue" or "add".
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)