Re: Error using DefaultDataTable in version 1.4-m3 WicketTester

2008-10-03 Thread zaheers
. it would be infinitely more helpful if you showed the markup from profilepanel or wheverer you are using the dl/dd -igor On Fri, Oct 3, 2008 at 12:33 PM, zaheers [EMAIL PROTECTED] wrote: Getting the following exception when testing a Panel that uses a DefaultDatatable. Detailed error file

Re: Error using DefaultDataTable in version 1.4-m3 WicketTester

2008-10-03 Thread zaheers
dd/dl tags -igor On Fri, Oct 3, 2008 at 12:46 PM, zaheers [EMAIL PROTECTED] wrote: I am using a DefaultDatatable in the SearchPanel. The actual component works fine and the table is displayed correctly in the GUI. The error is only when I execute the Testcase. I have attached

retrieving item model object in a form using datatable

2008-09-25 Thread zaheers
I am using a Datatable and DataProvider classes in a search form for paging and sorting. I need to add a link column to display the item detail panel upon clicking of the link. I am not sure how to obtain the model of an individual item when using the datatable. Would you pl. provide some

Refreshing a Panel on Form onSubmit()

2008-09-23 Thread zaheers
I have a Panel that has the search criteria as well as the search results. The results are to be refreshed every time user clicks on the search button. I am doing this by storing a List as an instance variable and passing the list to the PageableListView. But I see that the panel is not

Form Constructor is not invoked

2008-09-11 Thread zaheers
Appreciate your help with this issue. Our application has a HomePage called PetStorepage which adds different Panels as links. When the Profile Panel link is clicked the ProfileForm constructor should be invoked. But I see that the ProfileForm constructor is invoked only the first time the

Re: Form Constructor is not invoked

2008-09-11 Thread zaheers
No, because we're trying to make the form automatically refresh when the panel's page is refreshed, by using a dynamic model. Is this something that would not be possible with forms? igor.vaynberg wrote: when the link is clicked are you calling new ProfileForm() ? -- View this message