[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-03-05 Thread gus888
Hi Tony, Thank you very much for your very detailed codes, but I still have a problem with servlet mapping. Could you please share your web.xml and faces-config.xml codes? Thank you!!! Gus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025274#4025274 Reply

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-03-05 Thread gus888
Hi Tony, Oh, I found the solution. I missed the following code in web.xml: !-- file upload Servlet -- | servlet | servlet-nameuploadServlet/servlet-name | servlet-class | com.icesoft.faces.component.inputfile.FileUploadServlet |

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-03-05 Thread [EMAIL PROTECTED]
I am glad you found the answer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025280#4025280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025280 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-03-05 Thread [EMAIL PROTECTED]
Poke about in here if you are using Icefaces http://jira.icefaces.org/secure/IssueNavigator.jspa?reset=truemode=hidepid=10021sorter/order=DESCsorter/field=priorityresolution=-1component=10012 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025281#4025281

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread gus888
Sorry typed wrong tag, s:upload should be s:fileUpload. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022206#4022206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022206 ___

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread [EMAIL PROTECTED]
Yes I did. There is a bug (in JIRA) with IceFaces upload when it tries to talk to the progress bar so don't use a progress bar). I can get images uploaded but cant get it working with seam @End annotations yet.. there are a few things to finish on IceFaces... I do callbacks to parental

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread [EMAIL PROTECTED]
to see the images I go via the servlet (again see seamspace for this). (I can also look into the hypersonic database to see the bytes arrive [and cut/paste them to see my database]). | ice:dataTable id=organisationsTableComponent value=#{organisations}