[jboss-user] [JBoss Seam] - fileUpload doesn't support ajax submit?

liudan2005 do-not-reply at jboss.com
Tue Feb 6 11:36:03 EST 2007


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#4012014

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012014



More information about the jboss-user mailing list