Trying to upload a file I am getting a java.lang.IllegalArgumentException: argument type mismatch exception in the setter method of uploadedFile.
I just have a  private UploadedFile upFile in my bean and
  <t:inputFileUpload id="file"
                                           accept="*"
                                           value="#{fileLogic.upFile}"
                                           storage="file"
                                           styleClass="fileUploadInput"
                                           required="true"/>

in the page.


--
from debian manifesto:
Debian Linux is a brand-new kind of Linux distribution.
Rather than being developed by one isolated individual or group, as other distributions of Linux have been developed in the
past, Debian is being developed openly in the spirit of Linux and GNU.

Reply via email to