7 Replies Latest reply on May 26, 2008 5:13 AM by ilya_shaikovsky

    fileupload add button problem

    damnre

      Hi,

      i running seam 2.01 facelets 1.13 myfaces 1.2!

      After the upload the component doesn't allow me to add more items...the add... button is disabled! if i clear the items the button is still disabled and i have to refresh the whole window.

      Any Solutions for this?

      <rich:fileUpload id="fileUploadId" uploadData="#{upFile.data}" fileUploadListener="#{upFile.uploadListener}" acceptedTypes="*" maxFilesQuanity="5" listHeight="100%" listWidth="100%" fileName="#{upFile.name}" fileSize="#{upFile.size}">
      <f:facet name="label">
      <h:outputText value="#{upFile.size}KB uploaded"/>
      </f:facet>
      </rich:fileUpload>