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

📄 edit.jsp

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

⌨️ 快捷键说明

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