📄 updateuser.jsp~3~
字号:
<%@ page contentType="text/html; charset=GB18030" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<html>
<head>
<title>
updateuser
</title>
</head>
<body bgcolor="#ffffff">
<f:view>
<h:outputText value="修改用户信息 ">
</h:outputText>
<h:form>
<h:outputText value="ID">
</h:outputText>
<h:outputLabel value="#{userBean.id}">
</h:outputLabel>
<h:outputText value="#{userBean.id}">
</h:outputText>
<h:outputText value="chapter">
</h:outputText>
<h:inputText value="#{userBean.chapter}">
</h:inputText><br>
<h:outputText value="chapterdetail">
</h:outputText>
<h:inputText value="#{userBean.chapterdetail}">
</h:inputText><br>
<h:outputText value="chaptermaster">
</h:outputText>
<h:inputText value="#{userBean.chaptermaster}">
</h:inputText><br>
<h:commandButton value="修改" action="#{userBean.update}">
</h:commandButton>
<h:commandButton value="返回" action="list">
</h:commandButton>
</h:form>
</f:view>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -