Maybe the solution for 2.1 is to move from displayTag to eXtremecomponents
and jMesa. jMesa doesn't have the problem described by Chris, it has column
filtering out-of-the box and it support ajax requests nicely (without
external libraries such as ajaxtags for displaytag)
I am currently in the middle of migrating an appfuse project from displaytag
to jMesa. I still have some issues, mostly related to ajax tags and inline
scripts but if I succeed in my quest I will let you know :)
Br,
Oscar

On Sat, May 17, 2008 at 5:14 PM, Matt Raible <[EMAIL PROTECTED]> wrote:

> This is great stuff Chris - thanks for putting it together! We hope to
> add external pagination support by default to 2.1. Your code and
> tutorial should make this much easier.
>
> Highly appreciated.
>
> Matt
>
> On Sat, May 17, 2008 at 12:37 AM, Chris Barham <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've put together a new Appfuse project which demonstrates how to enhance
> > the List screens.  DisplayTag as provided has issues with large datasets,
> > (it retrieves all the records every time), and sorting via column
> headings
> > does not work for the entire dataset, only those on screen at the time.
> >
> > I've built a project which addresses these issues, using Hibernate
> Criteria
> > and extensions to DisplayTags PaginatedList interface which gets
> DisplayTag
> > to hand off all requests for sorting and paging to the new implementation
> of
> > PaginatedList.
> >
> > The Google Code project is checked in to:
> > http://code.google.com/p/pagingappfuse/  feel free to check out the code
> and
> > comment. (instructions here:
> > http://code.google.com/p/pagingappfuse/source/checkout )
> >
> > There are instructions regarding the steps taken on the project wiki page
> > here: http://code.google.com/p/pagingappfuse/wiki/PagingSorting
> >
> > Cheers,
> > Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to