首页 > 学院 > 开发设计 > 正文

struts构建文件上传(7)

2019-11-18 14:10:02
字体:
来源:转载
供稿:网友

  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> (未完待续)

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表