Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-12-16 Thread Kent Tong
st.sourceforge.net/examples.html which supports AJAX without any special work by you. - -- Kent Tong Better way to unit test Wicket pages (http://wicketpagetest.sourceforge.net) -- View this message in context: http://old.nabble.com/unit-test-of-AjaxLazyLoadPanel-and-ModalWindow-tp16851306p26809

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-12-15 Thread Bernard Lupin
gt;>>>> 1. after the page was rendered using WicketTester.startPage(), the >>>>> "real" >>>>> content (the one that returned by getLazyLoadComponent()) was not >>>>> loaded by >>>>> default. I always got an empty panel. Is there a way that I

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-06-02 Thread Antony Stubbs
ent (the one that returned by getLazyLoadComponent()) was not >>>>>> loaded by >>>>>>  default. I always got an empty panel. Is there a way that I can have >>>>>> the >>>>>>  "real" content rendered? >>>>> >

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-31 Thread Igor Vaynberg
t I can have >>>>> the >>>>>  "real" content rendered? >>>> >>>> Wicket tester doesn't parse javascript, so it can't execute the ajax >>>>

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
doesn't parse javascript, so it can't execute the ajax >>> callback. You have to do that yourself. >>> >>> Frank >>> >>> ----------------- >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> > > - ___ http://stubbisms.wordpress

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
press.com http://stubbisms.wordpress.com -- View this message in context: http://www.nabble.com/unit-test-of-AjaxLazyLoadPanel-and-ModalWindow-tp16851306p23756926.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2008-04-24 Thread Frank Bille
On Thu, Apr 24, 2008 at 8:10 PM, qk <[EMAIL PROTECTED]> wrote: > 1. after the page was rendered using WicketTester.startPage(), the "real" > content (the one that returned by getLazyLoadComponent()) was not loaded by > default. I always got an empty panel. Is there a way that I can have the > "

unit test of AjaxLazyLoadPanel and ModalWindow

2008-04-24 Thread qk
ge in context: http://www.nabble.com/unit-test-of-AjaxLazyLoadPanel-and-ModalWindow-tp16851306p16851306.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio