Hi wickers

I am using a lot of panels in my wicket webapp, with the usual

    add(new MyPanel("myPanel"));

    <div wicket:id="myPanel"><!-- here goes wicket panel stuff--></div>

But I was thinking if there is a wicket tag that can avoid using the extra 
panel, like

    <wicket:panel id="myPanel"><!-- here goes wicket panel stuff and enclosing  
wicket tag is not present on result page--></wicket>

I've tried with wicket:panel, wicket:container, wicket:enclosure with no 
luck... 

I'm wrong or there's a way.. ?

Thanks !!

    > > > Oscar Besga Arcauz  < < < 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to