Hello all,
 
I am having a problem in my first attempts to use ModalWindow.  What I'm trying to do is have a ModalWindow that is part of a panel which is added during an Ajax update.  When I do this-- the Ajax for that page "hangs" on:
<<
INFO: Response parsed. Now invoking steps...
INFO:
INFO: Initiating Ajax GET request on /doh/resources/wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js
INFO: Invoking pre-call handler(s)...
>>
 
... and no other Ajax events "work" until I refresh the page manually (i.e. start a new request).  I've checked and just simply adding the ModalWindow to the panel in its constructor (not setting its content or anything) is enough to cause this problem.  If I add the ModalWindow to the page itself, everything seems to work fine.  Any ideas what might be causing this?  Can ModalWindows be children of panels or must they be children of pages?  Can they be created during an Ajax event?
 
-- Karl
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to