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

Igor Vaynberg commented on WICKET-842:
--------------------------------------

although what you can do is

public class MyPage
{
    public MyPage()
    {
         MarkupContainer html = new WebMarkupContainer("html") {
           public boolean isTransparentResolver() { return true; }
         };
         add(html);
 
         add(new Label("label", "xxxx"); 

> <html wicket:id="html"> is broken again...
> ------------------------------------------
>
>                 Key: WICKET-842
>                 URL: https://issues.apache.org/jira/browse/WICKET-842
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>         Environment: JDK 1.6 / OpenSuSE 10.2
>            Reporter: Jan Kriesten
>         Attachments: test.tar.gz
>
>
> hi,
> some changes in latest trunk broke adding a wicket:id to <html> again!  :-( 
> actually, the wicket:id in <html> works. but extending such a basepage and 
> then
> adding a component to it doesn't work any more! the component hierarchy 
> doesn't
> seem to be resolved correctly.
> test case is attached.
> regards, --- jan.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to