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

📄 clientupdate.jsp

📁 EJB+Struts+Webservice实现的开放式基金管理系统
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html:javascript formName="clientUpdate" />
<html:form action="clientUpdate" styleId="clientForm" onsubmit="return validateClientUpdate(this);">
  <html:hidden property="clientDto.clientNo"/>
  <html:hidden property="clientDto.createdDate"/>
	<table border="0" width="100%">
		<tr>
			<td class="thd" colspan="2" align="center"><bean:message key="clientForm.update.title"/></td>
		</tr>
		<tr>
			<td class="tdata" colspan="2" align="center">&nbsp;</td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.name"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:text styleClass="inputstyle" property="clientDto.clientName"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.sex"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:radio value="男" property="clientDto.sex"/><bean:message key="clientForm.sex.male"/> &nbsp;<html:radio value="女" property="clientDto.sex"/><bean:message key="clientForm.sex.female"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.idCardNo"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:text styleClass="inputstyle" property="clientDto.idCardNo"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.phone"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:text styleClass="inputstyle" property="clientDto.phone"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.address"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:text styleClass="inputstyle" property="clientDto.address"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.email"/><font color="red">*</font></td>
			<td class="tdata" width="50%"><html:text styleClass="inputstyle" property="clientDto.email"/></td>
		</tr>
		<tr>
			<td class="tdata" width="50%"><bean:message key="clientForm.hobby"/></td>
			<td class="tdata" width="50%"><html:textarea styleClass="inputstyle" property="clientDto.hobby" style="width:250px;height:50px"></html:textarea></td>
		</tr>
		<tr>
			<td class="tdata" colspan="2" align="center">&nbsp;</td>
		</tr>
		<tr>
			<td colspan="2" align="center">
				<html:submit styleClass="btnaction" ><bean:message key="button.update"/></html:submit>
<input type="button" class="btnaction" value='<bean:message key="button.cancel"/>' onclick="javascript:document.location='clientSearch.do?uClientNo=<bean:write name="clientForm" property="clientDto.clientNo"/>'">
			</td>
		</tr>
	</table>
        <html:errors/>
</html:form>



⌨️ 快捷键说明

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