Re: MyFaces Orchestra conversationContext param keeps repeating with PrettyFaces

2010-09-07 Thread Panayiotis Karabassis
On 09/07/2010 06:55 PM, Bruno Aranda wrote: Hi, I am using PrettyFaces and MyFaces Orchestra and I just found that every request a new conversionContext parameter is added to the URL, reaching at some point a Too Long URL problem. Is this a known incompatibily? Bruno I have the same

Re: double click problem in JSF

2010-08-30 Thread Panayiotis Karabassis
Perhaps using javascript to prevent the doubleclick? What error do you get exactly? Regards, Panayiotis On 08/30/2010 06:45 AM, yogeen honnavar wrote: Dear users, We are using myfaces-1.1.5 with tomcat. We have a problem, when a user double clicks on a h:commandlink 2 submissions are

Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
Hi! I am using Orchestra 1.5-SNAPSHOT with RichFaces 3.3.3.Final. When accessing my page it doesn't load and I get this message many times: WARN _ReentrantLock:103 - Waited for longer than 3 milliseconds for access to lock org.apache.myfaces.orchestra.lib._reentrantl...@14562534 which

Re: Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
My application uses redirects. It seems that after the redirect is performed the redirecting thread still holds the lock. On 08/29/2010 05:49 PM, Panayiotis Karabassis wrote: Hi! I am using Orchestra 1.5-SNAPSHOT with RichFaces 3.3.3.Final. When accessing my page it doesn't load and I get

Re: Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
Just a guess, but it seems that an HTTP thread and an HTTPS thread are using the same context. On 08/30/2010 01:20 AM, Panayiotis Karabassis wrote: My application uses redirects. It seems that after the redirect is performed the redirecting thread still holds the lock. On 08/29/2010 05:49 PM