You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Fridolin Jackstadt (JIRA)" <ji...@apache.org> on 2016/01/15 10:49:39 UTC

[jira] [Created] (WICKET-6078) Problem with queued components and auto linking

Fridolin Jackstadt created WICKET-6078:
------------------------------------------

             Summary: Problem with queued components and auto linking
                 Key: WICKET-6078
                 URL: https://issues.apache.org/jira/browse/WICKET-6078
             Project: Wicket
          Issue Type: Bug
            Reporter: Fridolin Jackstadt
         Attachments: wicket-queuing-in-link.zip

Quickstart is attached.

{code:title=HomePage.java|borderStyle=solid}
    queue(new WebMarkupContainer("test"));
{code}

{code:title=HomePage.html|borderStyle=solid}
<wicket:link>
  <a href="test.html">
    <wicket:container wicket:id="test">test</wicket:container>
  </a>
</wicket:link>
{code}



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