auto_basic_modify_save.jsp
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:1k
源码类别:
电子政务应用
开发平台:
Java
- <%@ include file="/vnex/head.jsp"%>
- <%@ page errorPage="/vnex/ErrorPage.jsp" %>
- <%@ page import="com.vnex.intranet.vehicle.automobile.manage.value.*" %>
- <jsp:useBean id="BusinessName" scope="session" class="com.vnex.intranet.pub.BusinessSession" />
- <jsp:useBean id="proxy" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.proxy.AutoManageProxyBean" />
- <jsp:useBean id="autoManageInfo" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.value.AutoManageValueBean" />
- <jsp:setProperty name = "autoManageInfo" property="*" />
- <%
- proxy.modifyAutoInfo(autoManageInfo);
- String link = "";
- link = "/mainctrl/manage/autoBasicDetail?automobileId="+autoManageInfo.getAutomobileId();
- %>
- <jsp:forward page="<%= link %>" />