[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2008-02-04 Thread wporzo
Hello.
I'm using JBoss 2.0.1.GA and I have same problem in JBoss Portal 2.6.3. When my 
form is marked as multipart, there is no method invocaction in seam component.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126239#4126239

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126239
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-08 Thread jampierre
HI Shane,
Thanks a lot.
JP

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4026177#4026177

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-07 Thread jampierre
HI Shane,
I'll be waiting your answer full of hope.
Thank you so much
Jampierre

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4025748#4025748

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025748
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-07 Thread [EMAIL PROTECTED]
Thanks, I'll take a look at the issue when I get a chance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4025773#4025773

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025773
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-02 Thread ppassantini
hi shane,
thanks for you replay

I created a JIRA issue yet, but I don't know how to assign it to you. Can you 
explain how to do it?
Or you can assign it yourself.
The ticket number is JBSEAM-947!

Thanks, Peter!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4024567#4024567

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024567
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-01 Thread jampierre
Hi All,
any idea to solve this problem?
Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4024192#4024192

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024192
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-01 Thread [EMAIL PROTECTED]
Please create a JIRA issue for this and assign to me so it doesn't slip under 
the radar.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4024396#4024396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024396
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-27 Thread jampierre
Hi,
I've the same problem.
Anyone can help us.
Thank you so much.
Bye bye
JP

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4022918#4022918

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022918
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-26 Thread ppassantini
Hi shane,
I have just tried, but unfortunately it doesn't work! 
Could you please help me? 
this is my configutaration:

JSP
h:form id=myForm enctype=multipart/form-data 
s:fileUpload  accept= fileName=#{file.filename} 
data=#{file.data} /
h:commandButton value=Upload action=#{fileManager.upload}/
/h:form

BEAN
file is the bean that represents the file uploaded 
fileManager is the bean that use the file uploaded 

WEB.XML
...

filter-nameSeam Filter/filter-name
filter-classorg.jboss.seam.servlet.SeamMultipartFilter/filter-class


filter-mapping
   filter-nameSeam Filter/filter-name
   url-pattern*.seam/url-pattern
/filter-mapping
...


It seams that when the enctype of h:form is =multipart/form-data, the method 
upload of fileManager is not called; if I don't set the enctype of h:form the 
method upload is called, but the bean file is null. 

Thanks for you help!




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4022299#4022299

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022299
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-23 Thread [EMAIL PROTECTED]
I haven't tried this myself but surely it should be easy to test?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4021424#4021424

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021424
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user