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]

Reply via email to