I'm using ajax4jsf commandButton to submit the form and I've noticed s:fileUpload
doesn't work with ajax submit. here is my code:
| <h:form enctype="multipart/form-data" id="myform">
| <s:fileUpload id="pictureUpload" accept="image/*"
fileName="#{mycomponent.pictureName}"
| data="#{mycomponent.picture}" />
| <a:commandButton action="#{mycomponent.upload}"
value="Upload" reRender="myform"/>
|
| </h:form>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012014#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...