Re: Testing DataTable simulating click on link, checkbox etc...

2010-03-17 Thread Priyanka Tiwari
i m working on the datatable and provide links to every link through panel but when click on it it fetch error that wicket id of link not found in FF but working fine inIE -- View this message in context: http://old.nabble.com/Testing-DataTable-simulating-click-on-link%2C-checkbox-etc...-tp1753

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-30 Thread Daniele Dellafiore
On Fri, May 30, 2008 at 4:54 AM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Thu, 29 May 2008, Daniele Dellafiore wrote: >> umm, but in example above, what column and row number are grabbed? >> >> there is a way to show the complete graph of a wicket page hierarchy? > > Yes there is, WicketTest

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Timo Rantalaiho
On Thu, 29 May 2008, Daniele Dellafiore wrote: > umm, but in example above, what column and row number are grabbed? > > there is a way to show the complete graph of a wicket page hierarchy? Yes there is, WicketTester.debugComponentTrees() and I think some other way as well. However, to get to y

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
Im not that familiar with the defaultdatatable. But yes you should add row and column numbers to the path. If doing it a bit more strictly you would probably get the datatable and iterate through it, or generate the numbers by getting the data behind. For debug purposes there aree both the deb

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Daniele Dellafiore
On Thu, May 29, 2008 at 1:03 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Could'nt you do one of two things: > > 1. Give the selector the fully path, something like > :"tabel:row:column:checkpoxpanel:check" > 2. Grab the check by using the full path like above and se

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
Could'nt you do one of two things: 1. Give the selector the fully path, something like :"tabel:row:column:checkpoxpanel:check" 2. Grab the check by using the full path like above and set the model on it.. Daniele Dellafiore wrote: Hi. I want to unit test a DefaultDataTable that