我在struts-config.xml文件里面写了这条语句也不行啊
<controller tempDir="e:/text"></controller>
同时我想用动态的actionform 来做数据收集,但是当表单里的元素类型是file时,我在struts-config.xml文件里面配置时,不能将那个动态actionform 里面配< form-bean name="fileForm" type="org.apache.struts.action.DynaActionForm">
  <form-property name="title" type="java.lang.String"/>
  <form-property name="file" type="org.apache.struts.upload.FormFile" />//这里不行啊,有异常。
  
  </form-bean>