Displaying 1 result from an estimated 1 matches for "toggle_view".
2009 Apr 29
1
will_paginate urls and AJAX calls
...view that will toggle view modes (from list to
icon view). My will_paginate code works fine until I click on my
link_to_remote. At that point my will_paginate code (which is in the
partial that is updated in the link_to_remote) is broken.
i.e. the link changes from /documents?page=1 to /documents/toggle_view?
page=1
Here are some code snippets:
http://pastie.org/462034
Any help on this would be great.
Thanks,
trv