Oh, I just typed this as a simplified example - it's properly done in my real 
code.

Any other suggestions?

-----Original Message-----
From: Thijs [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 28, 2008 12:56 PM
To: [email protected]
Subject: Re: <div> close tag error

Wicket:id="someModal is missing a "

Michael Mehrle wrote:
> I have <div> like this:
>
> <div wicket:id="somePanel">
>       <a wicket:id="someModal>
>               <wicket:message key="label.link" />
>       </a>
> </div>
>
> My code is:
>
> SomePanel somePanel - new SomePanel("somePanel", someModel);
> ..
> somePanel.add(new AjaxLink("openModal") {
>       ..
> }
>
> I keep getting an error message: WicketMessage: close tag not found for
> tag: <div wicket:id="somePanel">
>
> Anyone any idea what I am doing wrong?
>
> Thanks!
>
> Michael
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to