You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/04/24 15:48:15 UTC

[jira] [Created] (WICKET-5572) Dequeueing problem when there is TransparentWebMarkupContainer around

Martin Grigorov created WICKET-5572:
---------------------------------------

             Summary: Dequeueing problem when there is TransparentWebMarkupContainer around <wicket:child/>
                 Key: WICKET-5572
                 URL: https://issues.apache.org/jira/browse/WICKET-5572
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.0.0
            Reporter: Martin Grigorov
            Assignee: Igor Vaynberg


While testing 7.0.0-M1 release I've found an issue with wicket-bootstrap's sample application.

Here is a minified version of it that reproduces the problem.
The two important things are:
- a TransparentWebMarkupContainer (TWMC) is attached to <html> tag in the base page
- the sub page is requested

It appears that dequeueing logic cannot find the closing tag of the TWMC and thinks that </wicket:child> is the closing tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)