hussdl wrote:
The reasoning behind all this is that I have a search form that uses "GET"
instead of "POST" to prevent browser warnings about expired post data.
So in order to preserve the search criteria when sorting or changing the
page I have to convert GET params to ZF params as the url helper doesn't
preserve GET params at all.
I think you'd find it easier to implement your own url helper, extending the standard url helper and returning the url preserving the sticky vars you need for the search action.

Reply via email to