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

📄 setpassword.jsp

📁 tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛
💻 JSP
字号:
<%@page contentType="text/html" pageEncoding="UTF-8"%><%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%><%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><f:view locale="#{localeBean.locale}">   <html>       <head>           <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">           <title>               <h:outputText value="#{sayUser.setPassword_title}"/>           </title>           <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/common/css/style.css"/>       </head>       <body>       <%@ include file="/common/header.jsp" %>       <h:form>       <h:panelGrid border="0"             columns="1"             width="100%"             cellpadding="0"             cellspacing="0">            <h:panelGrid columns="1" border="0" styleClass="tStyle2">               <h:panelGroup>                   <fieldset class="table1">                       <legend>                           <h:outputText value="#{sayUser.setPassword_title}"/>                       </legend>                       <h:messages globalOnly="true"                             showDetail="true"                             layout="table"                             infoClass="infos"                             errorClass="errors"                             fatalClass="fatals"/>                       <h:panelGrid border="0"                            columns="2"                            cellpadding="10"                            cellspacing="3"                            columnClasses="tCol1">                           <h:graphicImage url="#{FacesContext.ExternalContext.getRequestContextPath}/common/user/images/pc.jpg"/>                           <h:panelGrid border="0"                                columns="3"                                cellpadding="3">                               <h:outputText value="#{sayUser.setPassword_password1}"/>                               <h:inputSecret size="20" required="true"                                     id="inputPassword"                                     value="#{user_setPassword.password1}" >                                   <f:validateLength minimum="6" maximum="18"/>                               </h:inputSecret>                               <h:message for="inputPassword" styleClass="errors"/>                               <h:outputText value="#{sayUser.setPassword_password2}"/>                               <h:inputSecret size="20" required="true"                                    id="inputPassword2"                                    value="#{user_setPassword.password2}">                                   <f:validateLength minimum="6" maximum="18"/>                               </h:inputSecret>                               <h:message for="inputPassword2" styleClass="errors"/>                               <h:panelGroup/>                               <h:panelGroup>                                   <h:inputHidden value="#{user_setPassword.id}"/>                                   <h:inputHidden value="#{user_setPassword.password}"/>                                   <h:commandButton value="#{sayUser.setPassword_reset}"                                         styleClass="marginRight"                                        action="#{user_setPassword.resetPassword}"/>                               </h:panelGroup>                               <h:panelGroup/>                           </h:panelGrid>                       </h:panelGrid>                   </fieldset>               </h:panelGroup>            </h:panelGrid>       </h:panelGrid>       </h:form>       <%@ include file="/common/footer.jsp" %>       </body>   </html></f:view>

⌨️ 快捷键说明

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