Hai to All ,
I am facing a problem while passing a value in will_paginate.The
values are not passed when moving from one page to other in pagination.
The coding is,
<%= will_paginate @names
,{:territory=>params[:territory],:area=>params[:area],:name=>params[:name]},:renderer
=> 'RemoteLinkRenderer' , :remote => {:update => 'main_div',:pagination
=> 'yes',
:loading=>"document.getElementById('fade').style.display='block';$('list_paginate_spinner').show();",
:loaded=>"document.getElementById('fade').style.display='none';$('list_paginate_spinner').hide();"}
%>
Thanks in Advance
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---