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.


winmail.dat

Reply via email to