Re: [Wicket-user] PageableGridDataView and IDataProvider

2005-11-09 Thread Gili
That worked, thanks :) Gili Igor Vaynberg wrote: oops, not=now. -Igor On 11/8/05, *Igor Vaynberg* <[EMAIL PROTECTED] > wrote: PageableGridDataView is not GridView in extensions. there are only minor incompatibilities with the old dataview package

Re: [Wicket-user] PageableGridDataView and IDataProvider

2005-11-09 Thread Igor Vaynberg
PageableGridDataView is not GridView in extensions. there are only minor incompatibilities with the old dataview package so you should have no problems migrating. the dataview project is no longer in wicket-stuff cvs btw. -Igor On 11/8/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I don't know m

Re: [Wicket-user] PageableGridDataView and IDataProvider

2005-11-08 Thread Igor Vaynberg
oops, not=now. -Igor On 11/8/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: PageableGridDataView is not GridView in extensions. there are only minor incompatibilities with the old dataview package so you should have no problems migrating. the dataview project is no longer in wicket-stuff cvs btw. -

Re: [Wicket-user] PageableGridDataView and IDataProvider

2005-11-08 Thread Christian Essl
The replacement of PageableGridDataView is wicket.extensions.markup.html.repeater.data.GridView On Tue, 8 Nov 2005 21:57:37 -0800, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I don't know much about that package, but afaik the dataview project will be dropped in favor of the extensions projec

Re: [Wicket-user] PageableGridDataView and IDataProvider

2005-11-08 Thread Eelco Hillenius
I don't know much about that package, but afaik the dataview project will be dropped in favor of the extensions project. Eelco On 11/8/05, Gili <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use recompile code that uses PageableGridDataView which > used to work. The problem is that P

[Wicket-user] PageableGridDataView and IDataProvider

2005-11-08 Thread Gili
Hi, I'm trying to use recompile code that uses PageableGridDataView which used to work. The problem is that PageableGridDataView has a constructor which takes in wicket.contrib.dataview.IDataProvider in its constructor but HibernateDataProvider now extends wicket.extensions.markup.html.repea