⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addprocess.jsp

📁 本人课程设计时做的一个用struts框架实现的基于cmmi2的项目管理系统的原型。还有部分功能尚未实现
💻 JSP
字号:
 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> 
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> 
<html> 
	<head>
		<meta name = "Generator" content = "Easy Struts Xslt generator for Eclipse (http://easystruts.sf.net).">

		<title>Struts Form for addprocessForm</title>
	</head>
	<body>
		<html:form action="/addProcess">
			curPlanend : <html:text property="curPlanend"/><html:errors property="curPlanend"/></br>
			curPlanStart : <html:text property="curPlanStart"/><html:errors property="curPlanStart"/></br>
			describ : <html:text property="describ"/><html:errors property="describ"/></br>
			harvest : <html:text property="harvest"/><html:errors property="harvest"/></br>
			manager : <html:text property="manager"/><html:errors property="manager"/></br>
			orgPlanend : <html:text property="orgPlanend"/><html:errors property="orgPlanend"/></br>
			orgPlanStart : <html:text property="orgPlanStart"/><html:errors property="orgPlanStart"/></br>
			phase : <html:text property="phase"/><html:errors property="phase"/></br>
			projectId : <html:text property="projectId"/><html:errors property="projectId"/></br>
			subTask : <html:text property="subTask"/><html:errors property="subTask"/></br>
			taskId : <html:text property="taskId"/><html:errors property="taskId"/></br>
			<html:submit/><html:cancel/>
		</html:form>
	<body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -