Hallo Anna
You have a XML "wellformedness" problem. Please close your div tag in the html 
template by adding </div>.
You should end up with 
<div wicket:id="myContainer">
        
</div>

Gong
Kampala, Uganda
On Wednesday, May 11, 2011 08:26:22 PM Anna Simbirtsev wrote:
> Hi,
> 
> I am trying to replace WebMarkupContainer with Panel, but get the
> following error:
> org.apache.wicket.markup.MarkupException: close tag not found for tag:
> <div wicket:id="myContainer">.
> 
> The container has other elements attached to it.
> 
> Is there any way to get it working or I can only replace panel with panel?
> 
> Thanks
> Anna
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to