Hi,

I've split up my view to make it more DRY. So iterating through an array
using the partialLoop(). However; inside the partialLoop view, there's a
form which needs to be rendered. In the original view it was render like:

$this->activeForm->render();

But in the partialLoop $this refers to the array of rows that need to be
iterated and not the variable of the view containing the form.

Is there a way to render the form inside the partial view?
-- 
View this message in context: 
http://www.nabble.com/Render-form-in-partialLoop-view.-tp18384545p18384545.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to