auto_basic_modify_save.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ include file="/vnex/head.jsp"%>
  2. <%@ page errorPage="/vnex/ErrorPage.jsp" %>
  3. <%@ page import="com.vnex.intranet.vehicle.automobile.manage.value.*" %>
  4. <jsp:useBean id="BusinessName" scope="session" class="com.vnex.intranet.pub.BusinessSession" />
  5. <jsp:useBean id="proxy" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.proxy.AutoManageProxyBean" />
  6. <jsp:useBean id="autoManageInfo" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.value.AutoManageValueBean" />
  7. <jsp:setProperty name = "autoManageInfo" property="*" />
  8. <%
  9.         
  10.     proxy.modifyAutoInfo(autoManageInfo);
  11.                  
  12.     String link = "";
  13.     link = "/mainctrl/manage/autoBasicDetail?automobileId="+autoManageInfo.getAutomobileId();    
  14. %>
  15. <jsp:forward page="<%= link %>" />