struts1.2上传文件
struts1.2上传文件
几天代码如下:
DB类代码如下:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd"><struts-config><data-sources /><form-beans><form-bean name="productForm" type="com.company.form.ProductForm" /></form-beans><global-exceptions /><global-forwards /><action-mappings><action attribute="productForm" name="productForm" path="/product" scope="request" parameter="method"type="com.company.action.ProductAction"><forward name="gopost" path="/admin/postProduct.jsp" /><forward name="post" path="/product.do?method=productlist3" /></action></action-mappings><message-resources parameter="com.company.struts.ApplicationResources" /></struts-config>