81,122
社区成员




index.jsp
<div class="zhong">
<%System.out.println("temolate1"); %>
<jsp:include page="context.jsp"></jsp:include>
<%System.out.println("temolate2"); %>
<jsp:include page="../links.jsp"></jsp:include>
<%System.out.println("temolate3"); %>
</div>
struts-config.xml
<forward name="contextMa" path="/cnrede/material/context.jsp" />
<forward name="contextMater" path="/cnrede/material/template.jsp" />
context.jsp
<%System.out.println("1111"); %>
<logic:notPresent name="recommendCs">
<jsp:forward page="/users.do?operate=doRecommendCompanys&type=contextMa"/>
</logic:notPresent>
<%System.out.println("2222"); %>
<logic:notPresent name="curUser">
<jsp:forward page="${pageContext.request.contextPath }/index.jsp"/>
</logic:notPresent>
<%System.out.println("3333"); %>
姓名 | <input id="user" name="user" type="text" /></td> |
密码 | <input id="psw" name="psw" type="text" /></td> |
<input type="submit" value="提交"/><input type="button" value="返回" /> |