RE: [Tobago] Database paging with Tobago

2007-06-13 Thread carsten.manshusen
ssion Subject: Re: [Tobago] Database paging with Tobago Hi David, possible values in sheet are the same as in plain jsf: java.lang.Object[], java.util.List, javax.faces.model.DataModel, java.sql.ResultSet resultSet, javax.servlet.jsp.jstl.sql.Result and java.lang.Object. DataModel is the best c

Re: [Tobago] Database paging with Tobago

2007-06-13 Thread Volker Weber
] Sent: Tuesday, June 12, 2007 9:16 PM To: MyFaces Discussion Subject: Re: [Tobago] Database paging with Tobago Hello, maybe this helps: http://wiki.apache.org/myfaces/WorkingWithLargeTables if this doesn't help I can try to setup a working with large tables example in tobago. Regards Be

RE: [Tobago] Database paging with Tobago

2007-06-13 Thread carsten.manshusen
Subject: Re: [Tobago] Database paging with Tobago Hello, maybe this helps: http://wiki.apache.org/myfaces/WorkingWithLargeTables if this doesn't help I can try to setup a working with large tables example in tobago. Regards Bernd [EMAIL PROTECTED] wrote: > Hi, > > I have to impl

Re: [Tobago] Database paging with Tobago

2007-06-12 Thread Volker Weber
Hi, it would be fine if we have an example showing sorting and paging in the database. Regards, Volker 2007/6/12, Bernd Bohmann <[EMAIL PROTECTED]>: Hello, maybe this helps: http://wiki.apache.org/myfaces/WorkingWithLargeTables if this doesn't help I can try to setup a working with la

Re: [Tobago] Database paging with Tobago

2007-06-12 Thread Bernd Bohmann
Hello, maybe this helps: http://wiki.apache.org/myfaces/WorkingWithLargeTables if this doesn't help I can try to setup a working with large tables example in tobago. Regards Bernd [EMAIL PROTECTED] wrote: Hi, I have to implement database paging in my Tobago application. tc:sheet supports

[Tobago] Database paging with Tobago

2007-06-11 Thread carsten.manshusen
Hi, I have to implement database paging in my Tobago application. tc:sheet supports paging but requires all data in a list in memory. Because my query can have thousands of records as result, I want a paging mechanism with only the displayed data in memory. Is there an easy (and fast) way to imple