2 Replies Latest reply on May 1, 2009 8:08 PM by gus888

    Fileupload with SEAM and ICEFaces

      Hi all,


      I'm trying to use s:fileUpload in our application (SEAM 2.1.1GA and ICEFaces 1.7.2SP1). However, data is not transmitted to backing bean but remains null


      <s:fileUpload id="image" accept="image/*"
         data="#{entity.image}" contentType="entity.imageContentType"/>




      Have anyone been able to use SEAM fileupload with ICEFaces and has this sth to do with ICEFaces MultipartFilter?


      - Lari