Thanks for the tip. I took your advice and removed the calls to render.
Unfortunately the page is still producing multiple outputs.


Marco Kaiser-2 wrote:
> 
> Hi,
> 
> the view will be automatic rendered. So no need to call render inside your
> action/controller.
> If you need no automatic rendering try
> Zend_Controller_Front::setParam('noViewRenderer', true);
> 
> -- Marco
> 
>> -----Original Message-----
>> From: duforu [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, December 12, 2007 5:30 PM
>> To: [email protected]
>> Subject: [fw-general] Site rendering content multiple times
>> 
>> 
>> I am new to the Zend framework and have just begun to develope an
>> application
>> using it. I am currently having an issue where my views are being
>> rendered
>> multiple time, 3 times to be exact. I have looked through the code and
>> see
>> only one place that I am using $this->render() from inside my
>> controller
>> action.
>> 
>> Has anyone else experienced this before or something similar? If so
>> please
>> share how you addressed it
>> 
>> Thanks,
>> Mike
>> --
>> View this message in context: http://www.nabble.com/Site-rendering-
>> content-multiple-times-tp14298680s16154p14298680.html
>> Sent from the Zend Framework mailing list archive at Nabble.com.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Site-rendering-content-multiple-times-tp14298680s16154p14299788.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to