Check that wicket-extensions dependency is also 6.x. Martin Grigorov Wicket Training and Consulting
On Thu, Jan 23, 2014 at 11:01 AM, chathuraka.waas <[email protected] > wrote: > Hi, > > the compile time error netbeans gives me is > > getPageCount() in DataTable cannot implement getPageCount() in Ipageable > return type long is not compatible with int > > > this is my class definition. > > class MyTable extends DataTable<FanData,Object> { > > } > > im not at the liberty to post the whole code in here since its client work. > Hope this error and code will help. > > thanks. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Error-with-getPageCount-when-extending-the-Datatable-in-Wicket-6-13-tp4663896p4663904.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
