[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2008-01-09 Thread [EMAIL PROTECTED]
"kal-el" wrote : hi, | | i would be very grateful if anyone could tell me if they found a workaround for that problem coz i'm experiencing the same thing and don't have a clue how to solve it. | thanks in advance. Which version of Seam are you using? View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2008-01-09 Thread kal-el
hi, i would be very grateful if anyone could tell me if they found a workaround for that problem coz i'm experiencing the same thing and don't have a clue how to solve it. thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118217#4118217 Repl

[jboss-user] [JBoss Seam] - Re: fileUpload doesn't support ajax submit?

2007-11-16 Thread damianharvey
I'm pretty sure that you won't be able to do this with ajax4jsf as it is now. No ajax component will be able to perform a direct file upload as javascript doesn't have access to the file system. I could be wrong on this as there is a plethora of ajax upload widgets around the web, however these

[jboss-user] [JBoss Seam] - Re: fileUpload doesn't support ajax submit?

2007-11-16 Thread paradigmza
Anyone have a work around for this? I am getting the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105465#4105465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105465

[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2007-11-11 Thread [EMAIL PROTECTED]
There were some file upload bugs that were fixed for 2.0.0, both in MultipartRequest and in the JSF control. I suggest trying this new version, and if these issues persist please let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103527#4103527 Rep

[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2007-11-09 Thread carlabramsson
We are having some strange and sporadic errors with the fileupload component in 1.2.0 and 1.2.1 GA too. We loose the viewstate sometimes on some of the pages. After some debugging, it seems like the problem is with the class that parses the multipart-request and not the UI-component. We noticed

[jboss-user] [JBoss Seam] - Re: FileUpload

2007-08-06 Thread pdepaepe
Fixed on CVS, an other thread is talking about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071322#4071322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071322 ___ jbos

[jboss-user] [JBoss Seam] - Re: FileUpload

2007-08-06 Thread jknotzke
One quick thing however.. The file is a 200K file and it's INCREDIBLY slow to load.. I'm talking a good 2 minutes.. Any ideas ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071309#4071309 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: FileUpload

2007-08-06 Thread jknotzke
That did it. Thanks! J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071263#4071263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071263 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: FileUpload

2007-08-06 Thread [EMAIL PROTECTED]
You must use a [/form] form with fileUpload. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071248#4071248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071248 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Fileupload contentLength > maxRequestSize throws Runtime

2007-05-16 Thread msystems
http://jira.jboss.org/jira/browse/JBSEAM-1329 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046237#4046237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046237 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Fileupload contentLength > maxRequestSize throws Runtime

2007-05-16 Thread stu2
You should file a request in Jira for this if you'd actually like to see it happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046117#4046117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046117 __

[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread [EMAIL PROTECTED]
Fixed in CVS, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033492#4033492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033492 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread rlhr
In org.jboss.seam.uiUIFileUpload, line 147: | writer.writeAttribute(HTML.STYLE_CLASS_ATTR, styleClass, null); | should be (I believe): | writer.writeAttribute(HTML.CLASS_ATTR, styleClass, null); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-20 Thread [EMAIL PROTECTED]
I'm not sure why it doesn't work with your jsp page. If you raise an issue in JIRA and assign it to me I'll take a look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019608#4019608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-19 Thread [EMAIL PROTECTED]
This works as advertised if I use Facelets as my view technology. It does not work with JSP or JSPX. I intended to use Facelets anyway ... I just hadn't tried it with Seam yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019164#4019164 Reply to the post

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-19 Thread [EMAIL PROTECTED]
I have the same problem with the properties of fileUpload; I can't seem to get a value binding for fileName either. I modified the JSP tag to: On the other hand, I have an h:inputText tag. It's value is updated in the 'backing bean' (a Seam Stateful Session bean). Why would only the UI tag

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-19 Thread [EMAIL PROTECTED]
I downgraded to 1.1.5; it behaves the same way for as does 1.1.6. Shane, I grabbed the source from CVS (the head). The code now doesn't throw a NullPointerException, but I also can't get at the uploaded data. The ValueBinding for "data" is null. I'm trying to upload (for now) to a byte[]. I

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-18 Thread [EMAIL PROTECTED]
I've modified the FileUpload tag to do a null check on the data valuebinding, if you could check this with the latest CVS version it would be great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018668#4018668 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-18 Thread face4web
I had exactly the same problem when I upgraded from Seam 1.1.5GA to 1.1.6GA. I downgrade again to 1.1.5GA and now it works again? Hope this may help you! Kind Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018627#4018627 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: fileUpload doesn't support ajax submit?

2007-02-06 Thread [EMAIL PROTECTED]
I'm afraid I don't know enough about how ajax4jsf works to really help, but one thing I might suggest is that the requests are being intercepted by the MultipartFilter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012023#4012023 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: FileUpload component typo

2007-02-05 Thread [EMAIL PROTECTED]
Fixed in cvs - thanks for pointing it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011602#4011602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011602 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-12-13 Thread mvinayam
"robinemig" wrote : Any chance this can be added to one of the demos? I'm still have problems getting it to work correctly. hi robinemig, I am facing the same prbolem of "javax.faces.el.EvaluationException: Cannot set value for expression '#{resultRow.uploadedFile}' to a new value of type org.

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-08-04 Thread gus888
Hi sdfe, I upload files and store them into database as blob/byte format. I did not try to store files on server directory. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963178#3963178 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-08-03 Thread sdfe
hello, i managed to get uploadFile taking the aproach presented by gus888, i have one problem though, i dont know where the files are stored, actually i didnt find them in the jboss file system. My web.xml also contains: | | uploadRepositoryPath | /tmp | but

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-07-28 Thread goose-dog
worked for me. But I find it a little weird that I need to use the input stream to grab the actual file. Should have been cool to have just the file object that points to the actual file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959759#3959759 Repl

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-07-21 Thread gus888
I don't need the input stream, just the UploadedFile object, which is the same as the Seam wiki UploadFile example. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959896#3959896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-07-20 Thread gus888
Hi all, I got the file upload works in Seam without facelets. You may try this. 1) Follow seam wiki fileUpload all steps, except the tomahawk.jar. 2) Put the tomahawk.jar into jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs; 3) Modify the web.xml under jboss-4.0.4.GA\server\