📄 login.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ include file="/WEB-INF/jsp/include.jsp" %>
<%@ taglib prefix="spring" uri="/spring" %>
<font color="red"><c:out value="${model.error}"/></font>
<spring:hasBindErrors name="priceIncrease">
<b>请完成如下提示的所有错误</b>
</spring:hasBindErrors>
<form method="post">
<spring:bind path="loginBean.user">
用户名:<input type="text" name="user" value='<c:out value="${status.value}"/>'> <c:out value="${status.errorMessage}"/> <br>
</spring:bind>
<spring:bind path="loginBean.pass">
密 码:<input type="text" name="pass" value='<c:out value="${status.value}"/>'> <c:out value="${status.errorMessage}"/><br>
</spring:bind>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -