regist.jsp

来自「myeclipse6.0.1 struts1.2 hibernate3.0 sp」· JSP 代码 · 共 18 行

JSP
18
字号
<%@ page language="java" pageEncoding="ISO-8859-1"%><%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%> <html> 	<head>		<title>JSP for Users form</title>	</head>	<body>		<html:form action="/regist">			userpassword : <html:text property="userpassword"/><html:errors property="userpassword"/><br/>			username : <html:text property="username"/><html:errors property="username"/><br/>			<html:submit/><html:cancel/>		</html:form>	</body></html>

⌨️ 快捷键说明

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