The last time I came across this, it was in a Model 1 app. 
I had written the top of the page (page heading, menus etc...) before
including logic that forwarded the user onto another page. Do all your
forwarding logic before writing any html

Hope thats helpful

Scott
www.exergonic.com.au

On Fri, 2003-03-28 at 11:17, Becky Norum wrote:

> Does anyone know what the following exception means?
> 
> javax.servlet.jsp.JspException: java.lang.IllegalStateException: Cannot
> forward after response has been committed
> 
> It seemed to be related to something in this area of code:
> 
> //             ModuleConfig config = (ModuleConfig)
> pageContext.getRequest()
> //                 .getAttribute(org.apache.struts.Globals.MODULE_KEY);
> //        try {
> //            pageContext.forward(config.getPrefix() + page);
> //        } catch (Exception e) {
> //            
> 
> Thanks!
> 
> Becky
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to