以下のコードの場合、使用すると正常に動作し、それが発生しt:commandButton
た場合はうまくいくのはなぜですか?a4j:commandButton
NullPointerException
uploadedFile.getInputStream()
<h:form enctype="multipart/form-data">
<t:inputFileUpload value="#{fileUploadController.uploadedFile}"/>
<t:commandButton action="#{fileUploadController.insertFile}"/>
</h:form>