?? dhsupplier2.jsp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<%@ page language="java" import="java.util.*" import="bean.Supplier" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<html>
<head>
<title>鍖婚櫌綆$悊緋葷粺</title>
<meta http-equiv="Content-Type" content="text/jsp; charset=gbk">
</head>
<body>
<jsp:include page="title.jsp"></jsp:include>
<table>
<tr>
<td width="140" align="left" valign="top">
<jsp:include page="menu.jsp"></jsp:include>
</td>
<td width="585" align="left" valign="top">
<%Supplier supplier = (Supplier)request.getAttribute("supplier");%>
<html:form action="/dhSupplier2">
address : <html:text property="address" value="<%=supplier.getAddress()%>"/><html:errors property="address"/><br/>
fax : <html:text property="fax" value="<%=supplier.getFax()%>"/><html:errors property="fax"/><br/>
name : <html:text property="name" value="<%=supplier.getName()%>"/><html:errors property="name"/><br/>
supplierId : <html:text property="supplierId" value="<%=supplier.getSupplierid()%>"/><html:errors property="supplierId"/><br/>
tele : <html:text property="tele" value="<%=supplier.getTele()%>"/><html:errors property="tele"/><br/>
<html:submit/><html:cancel/>
</html:form>
</td>
</tr>
</table>
<jsp:include page="../foot.html"></jsp:include>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -