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

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,

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

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

2008-05-29 Thread Daniele Dellafiore
Hi. I want to unit test a DefaultDataTable that have a column with some check boxes To achieve this, I have a panel defined as: wicket:panel input type=checkbox wicket:id=select / /wicket:panel and the table is simply: table wicket:id=table border=0[Table]/table and I add this column:

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 set the