Re: WicketTester, FormTester, and AjaxSubmitLink

2007-09-26 Thread Jean-Baptiste Quenot
-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Jean-Baptiste Quenot
inheritance. The exception is thrown because the class TestPage is loaded from two different classloaders, thus TestPage(classloader1) != TestPage(classloader2). -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Jean-Baptiste Quenot
-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WicketTester, testing Form and SubmitLink

2007-09-05 Thread Jean-Baptiste Quenot
It is preferrable to submit the unit tests as a patch to the existing Wicket test classes, but if you file whole classes, that will do it as well. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: Regarding Modification file Watcher

2007-09-04 Thread Jean-Baptiste Quenot
. You could also use FAM in Commons JCI I believe. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicketstuff-dojo questions and answers

2007-09-03 Thread Jean-Baptiste Quenot
. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WicketTester, testing Form and SubmitLink

2007-09-03 Thread Jean-Baptiste Quenot
://issues.apache.org/jira/browse/WICKET If you could provide a quickstart project, that would be great too. Thanks, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL

Re: How to get HTML source code from a wicket page

2007-09-03 Thread Jean-Baptiste Quenot
, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Palette and FormTester

2007-09-03 Thread Jean-Baptiste Quenot
RuntimeException(e); } } Dear Mike, If FormTester is missing a feature to work with the Palette, why not submitting a patch in JIRA? Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: DownloadLink hanging

2007-08-24 Thread Jean-Baptiste Quenot
* Igor Vaynberg: yep, DownloadLinks will block because requests to the same page are serialized. Igor, that's a good point. Thomas, did you try to follow the approach shown in the static pages examples? See http://wicketstuff.org/wicket13/staticpages/ -- Jean-Baptiste Quenot aka

Re: creating RSS feeds with Wicket

2007-08-24 Thread Jean-Baptiste Quenot
on wicketstuff, feel free to tweak or add features! Actually to make it really reusable I would have put protected abstract SyndFeed getFeed(); in FeedOutputComponent. So that we can have the feed output in a component of a page instead of a full page. -- Jean-Baptiste Quenot aka John

Re: creating RSS feeds with Wicket

2007-08-24 Thread Jean-Baptiste Quenot
of how this would work as a resource stream? Igor will hate me, but here it is: http://wicketstuff.org/wicket13/staticpages/ -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To unsubscribe, e-mail