[Wicket-user] Random ModalWindow exception

2007-07-18 Thread Alex Objelean
I have a strange issue when using ModalWindow in my application. Sometimes (randomly), I got the following error in ajax-debug window: [MESSAGE] INFO: Response parsed. Now invoking steps... ERROR: Exception evaluating javascript: TypeError: Wicket.Window has no properties [/MESSAGE] The

Re: [Wicket-user] Random ModalWindow exception

2007-07-18 Thread Matej Knopp
What wicket version are you using? -Matej On 7/18/07, Alex Objelean [EMAIL PROTECTED] wrote: I have a strange issue when using ModalWindow in my application. Sometimes (randomly), I got the following error in ajax-debug window: [MESSAGE] INFO: Response parsed. Now invoking steps...

Re: [Wicket-user] Random ModalWindow exception

2007-07-18 Thread Alex Objelean
I am using wicket-1.2.6. Here is a short background description of the problem: I have a page, which contains an AjaxTabbedPanel. The panel contains div wicket:id=modalWindow/div markup to hold the ModalWindow component. I think that the modal.js is included (at least for its first call), but

Re: [Wicket-user] Random ModalWindow exception

2007-07-18 Thread Igor Vaynberg
On 7/18/07, Alex Objelean [EMAIL PROTECTED] wrote: I am using wicket-1.2.6. Here is a short background description of the problem: I have a page, which contains an AjaxTabbedPanel. The panel contains div wicket:id=modalWindow/div markup to hold the ModalWindow component. I think that the