在我的jsp中,我有一个html:file
这样的,并且在表单中我有getter和setter。但是在跑步时我得到了
Caused by: java.lang.IllegalArgumentException: Cannot invoke com.app.app.struts.forms.MyForm.setDocfile on bean class 'class com.app.app.struts.forms.MyForm'
- argument type mismatch - had objects of type "java.lang.String" but expected signature "org.apache.struts.upload.FormFile"
jsp:
<html:file property="docfile" styleId="docfile" size="45" ></html:file>
仅在提交页面并且我没有上传任何内容时才收到错误。(上传字段不是必填字段。)