Hello, I''m using a custom form for querying some data. The resulted rows can be enormous, so I''m using will_paginate. If I use a form_tag with Post, the URL is nicer, but I don''t get the params in the subsequent calls to will_paginate footers, as it only adds the params automatically if the form is submitted using a get method. Of course I can managa myself it adding the params option when creating the will_paginate footer. If I use a form_tag with the get method, the url gets ''dirty'' full of params and id''s but the will_paginate and subsequent calls are easir and simpler for my life. how you are doing it? thanks, r. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---