Hello folks, i have three JSP pages and two servlets, first JSP uses
a include a servlet, that servlet will include with RequestDispacher.include
many copies of second JSP. The second JSP has an include to another servlet
and that servlet also includes many copies of a JSP page. My problem is, i
got a Stream Close error when second JSP is called, does anyone here has
some hint?
Regards,
Edson