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/25 09:55:15 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980776#comment-13980776 ] 

Martin Grigorov commented on WICKET-5572:
-----------------------------------------

Reworked the quickstart to a test case:
 org.apache.wicket.queueing.transparentresolvers.DequeueingTransparentWebMarkupContainerTest#startSubPageWithTWMCinTheParentPage

> 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
>         Attachments: 5572.tgz
>
>
> 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)