any javascript errors in your browser? is the popupcloselink inside
the popup window - which is another window that is NOT a modal
window...?

-igor


On Wed, Mar 5, 2008 at 4:28 PM, MYoung <[EMAIL PROTECTED]> wrote:
>
>  I must be doing it wrong.  I have this in my  popup template:
>
>  &lt;a wicket:id="closeMe"&gt;Close&lt;/a&gt;
>
>
>  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]
>
>

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

Reply via email to