You're right. The form action was blank. I changed it to "/Catalog/ search/?page=1". I'm now seeing the page parameter, but I'm still seeing all the results on one page.
>> Have you tried 'results': results.object_list in your render_to_response? I tried this and still no luck. Also, using "'results': results.object_list" in render_to_response along with "results = paginator.page(pager).object_list" results in this error: 'generator' object has no attribute 'object_list'. An additional parameter: Is there a urlpattern I should configure specifically for submitted searches? I've seen something like this around, but have no idea if it's what I need: (r'^Catalog/search/page(?P<page>[0-9]+)/$', 'object_list', dict(info_dict)) Thanks, ME --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

