nikocraft's avatar

pagination when using post instead of get, is it possible?

I have a form that is using post, when I submit it I get results and pagination back. However when I clicked on pagination links I get:

MethodNotAllowedHttpException in RouteCollection.php line 218:
    in RouteCollection.php line 218
    at RouteCollection->methodNotAllowed(array('POST')) in RouteCollection.php line 205

So its not possible to have pagination when using post method for the form? I am implementing a search functionallity so I use post on the form.

0 likes
1 reply

Please or to participate in this conversation.