[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-03 Thread Zerg-Spirit
Yep, worked for me too, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059944#4059944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059944 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-03 Thread sebdoby
I test with the jboss-seam-ui.jar builded from CVS, it's ok thanks shane View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059812#4059812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059812 _

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-03 Thread Zerg-Spirit
Same here, everything worked perfectly with Seam 1.2 and Jboss 4.0.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059799#4059799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059799 _

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-02 Thread [EMAIL PROTECTED]
With the transition to use the CDK an infinite loop was somehow introduced. I've fixed it now in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059773#4059773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059773

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-02 Thread sebdoby
:) For me, the upload never finish (even for an image of 15ko) and the action isn't called, i must stop the process request with browser. whereas before with seam 1.2 + jboss4.0.5, it run correctly. You have no problem when you test pete ? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-02 Thread [EMAIL PROTECTED]
Are you sure this is not just the data being uploaded ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059692#4059692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059692 __

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-02 Thread trickyvail
The Lob annotation is for ejb3 entity beans when they have a field that is mapped to a Large Object in the database. I don't know if this is related to the delay you are experiencing but I would remove the annotation as it does not look like your backing bean is an Entity. View the original pos

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-07-02 Thread sebdoby
Hello, I have the same problem with seam 2.0 on jboss 4.2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059636#4059636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059636 __