在jsp页面需要包含另外一个页面,
写法如下:
<jsp:include page="LoginAction.do" flush="true" />
但用这种方式程序未跳转到LoginAction方法里面,
除了使用iframe,有什么好的解决方式吗