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