Re: Response is already committed!!! HELP!!!! NEWBIE

2006-06-12 Thread yesidredondo
Subject: Re: Response is already committed!!! HELP NEWBIE > Maybe the page finishLoad(cycle, loader, specification) method? > > Jesse Kuhnert wrote: > > > This is getting sewwious. (sorry, if you have kids you'll know ;)) > > > > pageBeginRender() is a m

Re: Response is already committed!!! HELP!!!! NEWBIE

2006-06-08 Thread Ivano Pagano
Maybe the page finishLoad(cycle, loader, specification) method? Jesse Kuhnert wrote: This is getting sewwious. (sorry, if you have kids you'll know ;)) pageBeginRender() is a method that means rendering content back to the browser has already started, at which point it is too late to set the c

Re: Response is already committed!!! HELP!!!! NEWBIE

2006-06-08 Thread Jesse Kuhnert
This is getting sewwious. (sorry, if you have kids you'll know ;)) pageBeginRender() is a method that means rendering content back to the browser has already started, at which point it is too late to set the content type of your response. You might try a listener method approach instead, or use