Re: primefaces p:filejUpload not work with myfaces

2013-04-22 Thread maurojava
read at : http://forum.primefaces.org/viewtopic.php?f=3t=29863p=95186#p95186 the response of tandraschko for the signature of method. But with 4 snapshot it works? mauro -- View this message in context:

Re: primefaces p:filejUpload not work with myfaces

2013-04-22 Thread Howard W. Smith, Jr.
Mauro, do you see the value of me posting the issue in PrimeFaces forum? This is not a myfaces issue. MyFaces and OpenWebBeans are working as designed, IMO. Thomas (username = tandraschko) fixed the issue, and the fix has been applied in PrimeFaces 4.0 snapshot. This turned out to be a primefaces

Re: primefaces p:filejUpload not work with myfaces

2013-04-22 Thread Howard W. Smith, Jr.
PrimeFaces + MyFaces + TomEE + your test case = simple and beautiful! :) Sorry, i'm unaware of openshift, so I didn't include that in the above. :) On Mon, Apr 22, 2013 at 12:02 PM, maurojava mauro2java2...@gmail.comwrote: tank you for all . i have read your post into primefaces . You have

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread maurojava
To unsubscribe from primefaces p:filejUpload not work with myfaces, click here. NAML prova_fileupload_primefaces.zip (30K) http://myfaces.10567.n7.nabble.com/attachment/114635/0/prova_fileupload_primefaces.zip -- View this message in context: http://myfaces.10567.n7.nabble.com/primefaces

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread Howard W. Smith, Jr.
On Fri, Apr 19, 2013 at 3:25 AM, maurojava mauro2java2...@gmail.com wrote: I TRY TO SEND YOU MY PROJECT. It's best for you to upload it and reply with the URL. i have tried to deploy at tomee from netbeans but not deploy . I don't use netbeans deploy. I use netbeans clean-n-build, and

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread maurojava
__ If you reply to this email, your message will be added to the discussion below: http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp114620p114636.html To unsubscribe from primefaces p:filejUpload not work with myfaces, click here. NAML

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread Howard W. Smith, Jr.
-filejUpload-not-work-with-myfaces-tp114620p114636.html To unsubscribe from primefaces p:filejUpload not work with myfaces, click here. NAML MYPRIMEFACESUPLOAD.war (2M) http://myfaces.10567.n7.nabble.com/attachment/114641/0/MYPRIMEFACESUPLOAD.war -- View this message in context: http

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread Mike Kienenberger
to the discussion below: http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp114620p114636.html To unsubscribe from primefaces p:filejUpload not work with myfaces, click here. NAML MYPRIMEFACESUPLOAD.war (2M) http://myfaces.10567.n7.nabble.com/attachment

Re: primefaces p:filejUpload not work with myfaces

2013-04-19 Thread Howard W. Smith, Jr.
First of all, sorry, I am not a glassfish user at the present, and the goal is to make it work in tomee, so i'm not going to even try to deploy to glassfish. :) I decided to take this 'topic' to PrimeFaces and create a post there, since I said it appropriately should be discussed in the

primefaces p:filejUpload not work with myfaces

2013-04-18 Thread maurojava
I have try primefaces p:uploadFile with myfaces . When i deploy tge applic on to mcat not deploy . But if u use mojarra it work. How i can to work p upload primefaces wity myfaces 2 that it is bundled into tomee ? Mauro -- View this message in context:

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread Howard W. Smith, Jr.
mauro, The MyFaces user list is not the appropriate list to ask 'user' questions about PrimeFaces. If you are aspiring to be a PrimeFaces 'user', then, 1. Go to PrimeFaces Showcase[1] and view 'all' of their UI components; they have sample code how to use p:fileUpload and all the PrimeFaces JSF

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread Howard W. Smith, Jr.
I am a happy MyFaces 'and' PrimeFaces user, and 'simple FileUpload' works well. Have I tried 'advanced' FileUpload? No. IMHO, it is not required/necessary. See/click URL[1] below and read what I did to get (Simple) FileUpload working in my app. I got that working, when I was a Mojarra 'user', but

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread maurojava
tank you for response. my question is not how use the component p:fileUpload my problem it is that i have to configure same thing i tihink into web.xml or faces-config.xml for not get the deployment error when i deploy the application on tomee that came with myfaces. the error that i get it is

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread maurojava
i have following the tutorial that i have mentioned . into the faces-config i have added: ?xml version='1.0' encoding='UTF-8'? faces-config version=2.1 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread Howard W. Smith, Jr.
See my responses, inline, below, please. On Thu, Apr 18, 2013 at 12:41 PM, maurojava mauro2java2...@gmail.comwrote: tank you for response. my question is not how use the component p:fileUpload my problem it is that i have to configure same thing i tihink into web.xml or faces-config.xml

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread Howard W. Smith, Jr.
faces-config.xml in my project is as follows (see comments at bottom of this email): ?xml version='1.0' encoding='UTF-8'? faces-config version=2.1 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread maurojava
but i not use OmniFaces -- View this message in context: http://myfaces.10567.n7.nabble.com/primefaces-p-filejUpload-not-work-with-myfaces-tp114620p114631.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: primefaces p:filejUpload not work with myfaces

2013-04-18 Thread Howard W. Smith, Jr.
and i never had the following added to my faces-config.xml factory partial-view-context-factoryorg.primefaces.context. PrimePartialViewContextFactory/partial-view-context-factory /factory what's your response to the other email? On Thu, Apr 18, 2013 at 1:46 PM, maurojava