Hi, >From servlet I am forwarding jsp page like this, /** * Check for user logon */ if( req.getAttribute(name) == null ) { System.out.println("user is not logged on"); getServletConfig().getServletContext().getRequestDispatcher(page).forward(re q, res); } its giving me a error: 2001-04-12 04:39:40 - Ctx( /employee ): Servlet API error: sendError with commited buffer 2001-04-12 04:39:40 - Ctx( /employee ): IllegalStateException in: R( /employee + /logon.jsp + null) Response has already been committed any idea why I am getting this error.
- Re: Response has already been committed Sundaram Ramasamy
- Re: Response has already been committed Stanley Tan
- response has already been committed Boudreau, Mike
- RE: response has already been committed Michelle Popovits
- FW: response has already been committed Boudreau, Mike
- Action Forwarding with /do style url Phase Communcations
- Re: Action Forwarding with /do style url Ted Husted
- Multipart Iterator Error Phase Communcations
- Multipart Iterator Error Phase Communcations
- RE: response has already been committed Boudreau, Mike
- Re: response has already been committed Eugene Neymark