Sam Hough wrote:
> 
> Do you have an element with id content111?
> 
> 
No, I don't have.

I don't know where it comes from. My code looks like this:

ModalWindow modal = new ModalWindow("orderNotes");
add(modal);
modal.setContent(new ModalPanel(modal.getContentId()));
modal.setTitle("This is modal window with panel content.");
modal.setCookieName("modal-2");

AjaxLink link;
add(link = new AjaxLink("notesLink")
{
        public void onClick(AjaxRequestTarget target)
        {
            modal.show(target);
        }
});

Artur
-- 
View this message in context: 
http://www.nabble.com/ModalWindo-problem-tf4311370.html#a12274189
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to