I use struts2 basic. when execute a query, such as query all user. it's impossible to fetch all users once coz maybe there are millions of users in the system. so I must only fetch just 10-100 user records once according to pagesize.
chinofish 2007-07-26 发件人: Matt Raible 发送时间: 2007-07-26 11:45:58 收件人: [email protected] 抄送: 主题: Re: [appfuse-user] pager solution ? Which web framework are you using? Can you describe your use case in more detail? Matt On 7/25/07, chinofish <[EMAIL PROTECTED] > wrote: > hi, > > Is there any pager solution in appfuse 2.x platform ? > or some suggestion ? > > displaytag do some pager staff, but get all data in dao, and do pagination > just in ui. > > thanks for the suggestion ;-) > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
