#-- 该页面是用户注册页面,用户可以使用该页面填写自己的注册信息 另外该页面将会被主页面上的“注册”调用 --> <@s.form action="RegAction.action" method="post">
<@s.textfield name="userName" label="*用户名" style="width=200px"/> | |
英文,数字,下划线,至少是6位 | |
<@s.textfield name="pwd" label="*密码" style="width=200px"/> | |
英文,数字,至少8位 | |
<@s.textfield name="confirm" label="*确认密码" style="width=200px"/> | |
<@s.textfield name="realName" label="*真实姓名" style="width=200px"/> | |
<@s.textfield name="address" label="*详细通信地址" style="width=200px"/> | |
<@s.textfield name="zip_code" label="*邮政编码" style="width=200px"/> | |
<@s.textfield name="phone" label="*联系电话" style="width=200px"/> | |
<@s.textfield name="email" label="电子邮件" style="width=200px"/> | |
<@s.submit value=" 注册 "/> <@s.reset value="重置"/> |