get_href already uses tg.url, but could probably be fixed by adding
keyword support and having it pass those keywords to tg.url. Here is
what would need to be changed:

In the file paginate.py:

-    def get_href(self, page, order=None, reverse_order=None):

+    def get_href(self, page, order=None, reverse_order=None, **kw):

-        return turbogears.url('', self.input_values)

+        return turbogears.url('', self.input_values, **kw)

Hope that helps, I haven't had a chance to test this so it may not work
first try.

-Adam


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to