Hello I want to have several Zend_Paginator (on different listings) on the same page. However, my partial use the 'page' parameter. I need to change this parameter to adapt it for each listings. I don't want to use different partials.
My problem is that when I render the Zend_Paginator, I pass it the view, but all the arguments I take to it aren't transmitted to the partial. How can I pass an argument to the partial to do that please? Thanks. Simon Gilliot
