在我的JSP中,我有一個html:file
這樣,並在窗體我有getter和setter。但在運行時,我得到了
<html:file>上傳文件錯誤,-argument型錯配
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>
只提交頁面,我不會上傳任何東西時發現了錯誤。 (上傳字段不是必填字段)
一律搜索只見_USE'多部分/形式data'後,只要你有一個 _,所以我認爲它不僅在struts中, –
它應該是。我確定這是一個錯字:) – Cybermonk