I have a simple question over the best way I can paginate the result
coming from parameters passed by a POST.

In my current impelementation, I do the following :
The Form "posts" the information to filter the data and the result
is : "page one" of the query result.
The resulting page generates a link to access the page 2 / 3 / ... via
GET.
If the browser resubmits a POST.. it goes back to the page one of the
new result.

I have 2 problem with my solution :
[*] Paging is currently not generic
[*] URL are not clean anymore (as all the informations are passed by
the GET parameters).

Any hint into a clean solution would be appreciated.
I have looked at various extensions to do it automatically but ...

Tx,

\T,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to