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

📄 register.jsp

📁 struts+spring+hibernate 集成的例子
💻 JSP
字号:
<%@ include file="../taglibs.jsp" %>
<html:html>
		<html:form action="/register">
			<bean:message key="lqk.username"/>
				<html:text property="username" />
				<font color=red> 
					<html:errors property="username"/>  
					<html:messages id="message" message="true" property="username">     
					     <bean:write name="message"/>
					 </html:messages>
				 </font>
				<br/>
			<bean:message key="lqk.password"/>
				<html:password property="userpassword"/>
				<font color=red> 
					<html:errors property="userpassword"/> 
					<html:messages id="message" message="true" property="userpassword">     
					    <bean:write name="message"/> 
					 </html:messages>
				 </font>
				 <br/>
			<bean:message key="lqk.password2"/>
				<html:password property="userpassword2"/>
				<font color=red> 
					<html:errors property="userpassword2"/> 
					<html:messages id="message" message="true" property="userpassword2">     
					    <bean:write name="message"/>  
					 </html:messages>
				</font>
				<br/>
			<bean:message key="lqk.mail"/>
				<html:text property="usermail"/>
				<font color=red><html:errors property="usermail"/> 
					<html:messages id="message" message="true" property="usermail">     
					     <bean:write name="message"/>  
					 </html:messages>
				</font>
				 <br/>
				
			<html:submit property="submit">
				<bean:message key="lqk.button.register"/>
			</html:submit>
		</html:form>
</html:html>

⌨️ 快捷键说明

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