jsp:include [servlet] -- InputStream already obtained for this request

2001-04-25 Thread Michael Toulouse
I'm trying to call include a servlet from JSP. The servlet needs to parse CGI data from the InputStream object of the HttpServletRequest. Is there any way to get Tomcat not to obtain the InputStream? Or, if that is not possible, is there a way to call recycle() on the implementation of the

RE: jsp:include [servlet] --InputStream already obtained for this request

2001-04-25 Thread Andy Nuss
: jsp:include [servlet] -- InputStream already obtained for this request You can't include a servlet. You can call a servlet through a URL or you can include JSP I have no answers for your other questions -Original Message- From: Michael Toulouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday