Re: Using WicketTester to verify table content refreshed by AJAX event

2010-09-26 Thread Alec Swan
Hello, I decided to take another look at this problem and noticed that AJAX-based refreshing of a page with a DataView changes the path of the DataView's first element. For example, when the page is first rendered, the path of the first row in the DataView is "referrals:1". After the DataView is r

Re: Using WicketTester to verify table content refreshed by AJAX event

2010-09-22 Thread Alec Swan
Well, the table gets correctly refreshed through an AJAX event, it's just that WicketTester can't find any rows in the table after that. Is this a known WicketTester bug? On Wed, Sep 22, 2010 at 12:41 AM, Wilhelmsen Tor Iver wrote: > > I remember reading somewhere that using AJAX to refresh a co

SV: Using WicketTester to verify table content refreshed by AJAX event

2010-09-21 Thread Wilhelmsen Tor Iver
> I remember reading somewhere that using AJAX to refresh a component > generated using "repeater" may cause some problems. Is this what I am > against here with WicketTester? (Keep in mind that the table does get > refreshed correctly in production.) Repeaters are special in the sense that they t

Re: Using WicketTester to verify table content refreshed by AJAX event

2010-09-21 Thread Juan I Felice
2010/9/21 Alec Swan > Any thoughts on this? > > I remember reading somewhere that using AJAX to refresh a component > generated using "repeater" may cause some problems. Is this what I am > against here with WicketTester? (Keep in mind that the table does get > refreshed correctly in production.)

Re: Using WicketTester to verify table content refreshed by AJAX event

2010-09-21 Thread Alec Swan
Any thoughts on this? I remember reading somewhere that using AJAX to refresh a component generated using "repeater" may cause some problems. Is this what I am against here with WicketTester? (Keep in mind that the table does get refreshed correctly in production.) Thanks On Mon, Sep 20, 2010 at

Using WicketTester to verify table content refreshed by AJAX event

2010-09-20 Thread Alec Swan
Hello, I have a page which contains a DropDownChoice menu and a table. The menu has AjaxFormComponentUpdatingBehavior which causes the table to refresh. The page is actually working correctly, but I am having problems with a test. The test does the following: 1. Renders the page 2. Verifies that