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

Response is already committed!!! HELP!!!! NEWBIE

2006-06-08 Thread yesidredondo
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