bsform.jsp

来自「基于SSH (struts+spring+hibernate)框架设计的 C」· JSP 代码 · 共 26 行

JSP
26
字号
<%@ page language="java" pageEncoding="ISO-8859-1"%><%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%> <html> 	<head>		<title>JSP for BsForm form</title>	</head>	<body>		<html:form action="/bs">			bsId : <html:text property="bsId"/><html:errors property="bsId"/><br/>			commodity : <html:text property="commodity"/><html:errors property="commodity"/><br/>			contact : <html:text property="contact"/><html:errors property="contact"/><br/>			price : <html:text property="price"/><html:errors property="price"/><br/>			employee : <html:text property="employee"/><html:errors property="employee"/><br/>			description : <html:text property="description"/><html:errors property="description"/><br/>			enterprise : <html:text property="enterprise"/><html:errors property="enterprise"/><br/>			logDate : <html:text property="logDate"/><html:errors property="logDate"/><br/>			quantity : <html:text property="quantity"/><html:errors property="quantity"/><br/>			saleQuantity : <html:text property="saleQuantity"/><html:errors property="saleQuantity"/><br/>			<html:submit/><html:cancel/>		</html:form>	</body></html>

⌨️ 快捷键说明

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