Hi,

i'm trying to migrate my application from Wicket 1.4 to 6.13.0 and stuck on
a compilation error related to DataTables.

what my code does is extend the Datatable class. But when i do so it gives
me a compilation error saying,

"getPageCount() in DataTable cannot implement getPageCount() in Ipageable
return type long is not compatible with int"

I looked at both the Datatable class and the Ipagable interface but both
methods use the long return type.

glad if anyone can shed some light on this issue. Thanks in advance.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Error-with-getPageCount-when-extending-the-Datatable-in-Wicket-6-13-tp4663896.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to