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
Hi, i've a problem that don't know how to fix.
A "java.lang.IllegalStateException: Response is already committed!" exception
is beeing thrown when i set the content type to ms-excel in the
pagebeginrender method of a page:
// This is the code i'm using to set the content type on the pageBeginRend