This content has been marked as final. 
    
Show                 7 replies
    
- 
        1. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesshane.bryzak Oct 25, 2007 10:35 PM (in response to gus888)In Seam 2 you have the option of disabling the built-in filters, so if you wish to use the ICEfaces file upload control you can now disable Seam's MultipartFilter. 
- 
        2. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesmodoc Oct 25, 2007 10:39 PM (in response to gus888)Is there an example or docs on that? 
- 
        3. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesshane.bryzak Oct 25, 2007 11:01 PM (in response to gus888)Er.. yes, in the configuration chapter. However after checking it I found a typo - it says to disable a built-in filter to set disabled="false", however it should say to set disabled="true". :/ I've fixed this in CVS. 
- 
        4. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesgus888 Oct 26, 2007 9:26 AM (in response to gus888)"shane.bryzak@jboss.com" wrote: 
 In Seam 2 you have the option of disabling the built-in filters, so if you wish to use the ICEfaces file upload control you can now disable Seam's MultipartFilter.
 Hi Shane,
 Thank you very much for your reply. If I wish to use Seam s:fileUpload in Seam-ICEfaces project, how can I set its configuration? Frankly, I like s:fileUpload.
- 
        5. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesjguglielmin Oct 26, 2007 12:35 PM (in response to gus888)@gus888 Just wondering why you state that ...after integrating Seam and ICEfaces, both of the file upload components (s:fileUpload and ice:inputFile) fail to work. 
 There are at least 2 different implementations (available in download sample apps or ICEfaces forum) of the ice:inputfile component working with Seam --without disabling Seam's MultipartFilter.
 Perhaps you could visit http://www.icefaces.org/JForum/forums/show/22.page
 and post some of your code to see what is going wrong for you?
 It is also a good place to post a request for getting s:fileUpload working with ICEfaces.
- 
        6. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesgus888 Oct 26, 2007 2:02 PM (in response to gus888)"jguglielmin" wrote: 
 There are at least 2 different implementations (available in download sample apps or ICEfaces forum) of the ice:inputfile component working with Seam --without disabling Seam's MultipartFilter.
 Hi Judy, thank you for your response. I have found several posts on ICEfaces forum, which complained that @In injecting value to fileUploadBean is always null. I also have the same problem. I cannot figure out how to persist a file without any context information, e.g. uploadedBy. Hope ICEfaces can fix the problem. In fact, if you review s:fileUpload example, you will find it is very easy to use. Thanks.
- 
        7. Re: Is there a plan to fix fileUpload issue in Seam-ICEfacesjguglielmin Nov 7, 2007 12:02 PM (in response to gus888)another approach to render progress monitor with ice:inputFile 
 http://www.icefaces.org/JForum/posts/list/0/5285.page#27255
 
     
     
    