Hi,
I use will_paginate plugin to paginate the records in my view file…
I implement the same in 2 of my modules…
Its working fine in one module where i perform only the basic CRUD
operation.
In the other module i do have search option. This plugin behaves
different for that method…
Normally if one click the page number links the request will be posted
back to the same action or method which rendered that page… But in my
case due to some url formation errors its getting redirected to the show
method…
Did any one faced similar issue… If so help me fixing it.
Thanks in advance.
Ratnavel S.