No, but there are various hacks to make it work. AjaxTags has a tag
for this, and you can also make your own javascript-based hack with
e.g. YUI or Prototype, namely set the onclick property on the
pagination links to some function where you retrieve the new list with
xmlhttprequest.

On Wed, Nov 5, 2008 at 3:39 PM, Morten Matras <[EMAIL PROTECTED]> wrote:
> Does this work with ajax? So that only the list is updated?
>
> Regards
>
> Morten
>
> 2008/11/5 Freddy Daoud <[EMAIL PROTECTED]>
>>
>> > I use DisplayTag, but not as AJAX. It just renders (and sorts & pages)
>> > my
>> > lists. I'm happy with it, although it doesn't scale too well when
>> > sorting
>> > huge lists. On the other hand, no display library can AFAIK. So if I run
>> > into this problem I should let the database do the sorting.
>>
>> We also use the DisplayTag and are happy with it. For scaling issues,
>> what
>> we did is that DisplayTag lets you implement an interface to hook into
>> the
>> paging and sorting so that you can let your database do the work. For
>> example, if you have 50 rows per page and 5000 rows total/100 pages, you
>> can specify the page number and number of rows to your database so that
>> only that portion of data is returned. When you're sorting, you don't
>> sort the 50 rows that are displayed, your database actually does the
>> sorting and returns the last 50 rows, for example.
>>
>> Cheers,
>> Freddy
>> http://www.stripesbook.com
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Stripes-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
>
> --
>  Morten Matras
>  Udviklingschef
>  GAMP Media og Blob Communication ApS
>  Svendsagervej 42
>  5240 Odense NØ
>  Tlf: 61711103
>  E: [EMAIL PROTECTED]
>
>  T: 76 654321
>  W: www.blobcom.com
>  E: [EMAIL PROTECTED]
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to