make sure you are not writing anything to the response stream before you forward..
-----Original Message----- From: Becky Norum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:48 PM To: [EMAIL PROTECTED] Subject: java.lang.IllegalStateException: Cannot forward after response has been committed 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

