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
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
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