Re: How to get a cell work as a link in AjaxFallbackDefaultDataTable

2010-01-15 Thread Johan Vogelzang
Btw, I am using Wicket 1.4.1. Johan 2010/1/14 Johan Vogelzang > Hi all, > > I am trying out the AjaxFallbackDefaultDataTable, but have trouble when I > want to make a cell work as a link. > With the code below the table displays the word [cell] in all the cells of > the

Re: How to get a cell work as a link in AjaxFallbackDefaultDataTable

2010-01-15 Thread Johan Vogelzang
ponentId, > new PropertyModel( >person, "userType"), > Arrays.asList(UserType.values(; > } >}); > >ajaxTable = new AjaxFallbackDefaultDataTable( > >

Re: How to get a cell work as a link in AjaxFallbackDefaultDataTable

2010-01-14 Thread Johan Vogelzang
at > panel as the cell e.g. something like > > > > > >[text goes here] > > > > > > Regards, > > Ernesto > > On Thu, Jan 14, 2010 at 2:38 PM, Johan Vogelzang > wrote: > >

How to get a cell work as a link in AjaxFallbackDefaultDataTable

2010-01-14 Thread Johan Vogelzang
Hi all, I am trying out the AjaxFallbackDefaultDataTable, but have trouble when I want to make a cell work as a link. With the code below the table displays the word [cell] in all the cells of the first column (Name). When I click on the cell, the correct response page is opened. I tried to add a