Displaying 1 result from an estimated 1 matches for "hardware_ci_attachments_pages".
2008 Apr 22
0
will_paginte and ajax
...e it ajax
successfully like following in view for both Previous and Next links
(the other pages in between not possible)
<%= link_to_remote(''Previous'', {:url => {:action =>
:show_ci_attachment_page, :ci => @ci.id, :content => ''show'', :page =>
@hardware_ci_attachments_pages.current.previous}}) if
@hardware_ci_attachments_pages.current.previous %>
Now we r using will_paginate .So how can we achieve the same as above
with will_paginate?
Please help
Sijo
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received th...