I must be doing it wrong.  I have this in my  popup template:

<a wicket:id="closeMe">Close</a>


In java:

add(new PopupCloseLink("closeMe") {
     @Override public void onClick() {
           // HERE HERE
    }
});

onClick() is called but the popup window stays.

Another question, how to get notify  when the popup is close by clicking on
the close box on the browser window's title bar?
-- 
View this message in context: 
http://www.nabble.com/Why-PopupCloseLink-doesn%27t-close-my-popup--tp15863742p15863742.html
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