程序是这样的:
请求发送到index.jsp页,
index页面中用  <jsp:include flush="true" page="Servlet1"></jsp:include>
Servlet1中用   response.sendRedirect("b.jsp");说白了其实是想index.jsp包含b.jsp,但在Servlet1中处理业务.但总是不行,代码没问题,我因为在试验我把业务都删了,直接跳转了!但跳转成功了,但index.jsp中没b.jsp的内容.