Hi, I am trying to get search and pagination to work with GET form. To allow pagination of search results I need to send the search request via post and also the pagination request (our customer wants to have a input field, where he can input the page number and gets routed to it). Therefore I thought I can use something linke this: action="/search/?q=text" and post the pagination GET form to this URI.
As you might recognise, I am not very familiar with forms and I am not sure if should be working. Currently, the URL which is displayed in the browser is just /search/?page=3, which doesnt make sense for pagination in search results. :) Many thanks for your help! Cheers, Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

