Heya,

I have found myself in a situation where I have needed to get a page with a
modal window displayed within a frame.

When I tried this the close window javascript injected by ModalWindow.java
failed when permission was denied when accessing the following call
"window.parent.setTimeout".

To get this to work I changed this to "window.self.setTimeout". I wanted to
know if there is a better way to resolve this since I would prefer not to
manage a complete override of the ModalWindow class.

Thanks,
Russell
-- 
View this message in context: 
http://www.nabble.com/Using-a-modal-window-in-a-frame-tp19315719p19315719.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