有沒有人用過t:inputFileUpload??

hhz發表於2007-03-08
使用a4j的時候檔案總是傳不上去,用t標籤庫正常

程式碼在下面,懂的朋友幫我看看那裡有問題,謝了

<a4j:form id="upload" enctype="multipart/form-data" >
<h:dataTable id="data" value="#{fileList.fileList}" var="list">
<t:column>
<t:inputFileUpload value="#{list.myFile}" storage="file" immediate="true"/>
</t:column>
</h:dataTable>
<a4j:commandLink title="submit" value="提交" action="#{fileList.processMyFile}" />
</a4j:form>

相關文章