📄 registupdate.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" import="dream.ourshopping.domain.Member" pageEncoding="utf-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<html:html xhtml="true" lang="true">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Simple form using ActionForm</title>
<html:base />
<%
Member mb=(Member)request.getSession().getAttribute("user");
%>
<body background="member/regist.jpg">
<html:errors />
<html:form action="updateAction">
<table align="center" border="1">
<tr>
<html:hidden property="id" value="<%=""+ mb.getId()%>"/>
</tr>
<tr>
<td><bean:message key="prompt.username"/>:</td>
<td><html:text property="username" value="<%=mb.getUsername()%>" /></td>
</tr>
<tr>
<td><bean:message key="prompt.password"/></td>
<td><html:password property="password" value="<%=mb.getPassword()%>"></html:password></td>
</tr>
<tr>
<td><bean:message key="prompt.name"/>:</td>
<td>
<html:text property="realname" value="<%=mb.getRealname()%>"></html:text>
</td>
</tr>
<tr>
<td><bean:message key="prompt.phone"/>:</td>
<td>
<html:text property="tel" value="<%=mb.getTel()%>"></html:text>
</td>
</tr>
<tr>
<td><bean:message key="prompt.address"/>:</td>
<td>
<html:text property="address" value="<%=mb.getAddress()%>"></html:text>
</td>
</tr>
<tr>
<td><bean:message key="prompt.postalcode"/>:</td>
<td>
<html:text property="zip" value="<%=mb.getZip()%>"></html:text>
</td>
</tr>
<tr>
<td><bean:message key="prompt.email"/>:</td>
<td>
<html:text property="email" value="<%=mb.getEmail()%>"></html:text>
</td>
</tr>
<tr>
<td>
<html:submit value="淇
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -