thank you, Johan Compagner for the reply
I solved the problem.
I had forgot to define the method
public List getListForMe(int start,int count){
return findAllMes().subList(start, start+count);
}
I just used whole list iterator
Thank you
sNkr
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user