这是view页面viewtrainplan.jsp(上一张jsp名为planManage.jsp)
(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)
%@ page contentType="text/html; charset=UTF-8" %(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)
%@ 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