Jasper's <jsp:forward> and corresponding implementation in PageContextImpl.java unwraps the response object before forwarding it to the desired jsp/servlet via the requestdispatcher.
Does this break the servlet spec? Shouldn't it allow the HttpServletResponseWrapper object to continue to the forwarded request? Thanks Much sudesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>