struts构建文件上传(7)
这是view页面viewtrainplan.jsp(上一张jsp名为planmanage.jsp)
<%@ page contenttype="text/html; charset=utf-8" %>
<%@ taglib uri="/web-inf/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/web-inf/struts-html.tld" prefix="html" %>
<%@ taglib uri="/web-inf/struts-logic.tld" prefix="logic" %>
<html>
<head>
<title>
veiwtrainplan
</title>
</head>
<%@ page import="tclcc.tester.business.maitain.trainplan"%>
<body bgcolor="#ffffff">
<%
trainplan trainp = (trainplan)request.getattribute("trainplain");
%>
已经创建了计划
<%=trainp.getp_title()%>
<br>
<%=trainp.getp_accessory()%>
</body>
</html> (未完待续)
闽公网安备 35060202000074号