Cometd + Tomcat + jQuery

2009-04-24 Thread Bert van Heukelom
Hello Wicket Users I am not a lot into blogging, but I reactivated my blog to post about a sample web-application that utilizes jQuery and long running http connections on a tomcat server. This is not quite "cometd" but shows a good approach of how to do a light weight integration of what cometd i

Re: Refresh parent page from an iframe

2008-11-02 Thread Bert van Heukelom
There is an example Implementation of a file upload, that is contained in an iFrame ( http://www.demay-fr.net/blog/index.php/2007/12/07/93-simulate-ajax-file-upload-with-wicket). The Author wanted pretty much the same as you do: Alter the containing (parent) page. He uses a javascript call to the p

Testing + IFrame

2008-10-31 Thread Bert van Heukelom
Hello Everybody My Question: Is it possible to access the Components that are contained in an Iframe by using the WicketTester? I want to test an ajax upload component that uses an IFrame. I have difficulties when trying to access Components via their path that are contained in the IFrame. I mana