[jboss-user] [JBoss Seam] - bug with s:fileUpload on IE6 (fine with FF or IE7)

zdaler do-not-reply at jboss.com
Mon May 21 12:13:12 EDT 2007


I have a problem with the s:fileUpload component on IE 6. (using JBoss 4.0.5 / seam 1.2.1.GA).

Everything is fine on Firefox or on IE 7 but when using it with IE 6 : when hitting submit, the form (consisting of only one input file created with s:fileUpload) gets cleared and no submission occurs.

<h:form id="upload" enctype="multipart/form-data">
  |     <s:fileUpload data="#{upload.file1}" fileName="#{upload.fileName1}" accept="#{upload.supportedMimetypes}"/>
  |     <h:commandButton value="upload" action="#{upload.upload}" />
  |     <s:link id="cancel" value="Cancel" action="#{upload.cancel}" />
  | </h:form>
  | 

Is this a known bug ? Is there any workaround because I must confess this renders the fileUpload component completely unusable ...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047301#4047301

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



More information about the jboss-user mailing list