ok, I will take a look on it later Thanks Mathieu
2007/5/10, Igor Vaynberg <[EMAIL PROTECTED]>: > that will work. or you can create your own dataview :) look at DataViewBase, > its only a few lines of code, so you can create your own subclass of > AbstractPageableView where setitemsperpage works like you want. > > -igor > > > > On 5/10/07, Bernatet Mathieu <[EMAIL PROTECTED]> wrote: > > > > I think I could use the IDataProvider.iterator(first, count) and > > always returns an iterator of which size is "count". > > Any other suggestions? > > > > Mathieu > > > > 2007/5/10, Bernatet Mathieu < [EMAIL PROTECTED]>: > > > Hi, > > > > > > I'm using dataView, and for design issues I want 5 items per pages > > > even if they are empty whereas setItemPerPage() method only defines a > > > maximum number of items to be displayed. > > > Any suggestions? > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
