Re: AW: double click problem in JSF

2010-09-23 Thread schneidc
Ok, I see your point, but on our pages I only need to prevent double mouse clicks, when the user is typing I don't care. This is why the solution works in our case. Daniel Niklas wrote: -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF

Re: AW: double click problem in JSF

2010-09-20 Thread Daniel Niklas
a lot of time to find this out, because there were unexplainable exceptions in production ;-) -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF-tp29569348p29757470.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: AW: double click problem in JSF

2010-09-14 Thread schneidc
and you can submit another (concurrent) request to the server! Your overlay-div cannot prevent opening the select-box of tr:selectOneChoice! Best regards Daneil -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF-tp29569348p29708580.html Sent from

Re: AW: double click problem in JSF

2010-09-10 Thread schneidc
Simon Eisenträger, Tobias wrote: This is a great example: http://javathoughts.capesugarbird.com/2008/03/ajax-button-with-overlay-div-and-wait.html Works good with trinidad Toby -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF-tp29569348p29676032.html

Re: AW: double click problem in JSF

2010-09-10 Thread schneidc
with tr:selectOneChoice. I added this JS-function to the onchange event of the menu function show() { document.getElementById(overlay).style.visibility = 'visible'; } -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF

Re: AW: double click problem in JSF

2010-09-10 Thread Daniel Niklas
. The list with values pops up and you can select one value and you can submit another (concurrent) request to the server! Your overlay-div cannot prevent opening the select-box of tr:selectOneChoice! Best regards Daneil -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF

Re: AW: double click problem in JSF

2010-09-09 Thread Daniel Niklas
regards Daniel -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF-tp29569348p29648171.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

AW: double click problem in JSF

2010-09-03 Thread Eisenträger , Tobias
Betreff: Re: double click problem in JSF hi antonio, can u pls send across some sample code or point me to appropriate resources regarding your solution. regards -yogeen --- On Fri, 3/9/10, António Rodrigues antonio.jose.rodrig...@gmail.com wrote: From: António Rodrigues

Re: double click problem in JSF

2010-09-02 Thread António Rodrigues
We got this problem in our company. Impatient users love to double click. Therefore we added a banner to our pages with a warning work in progress. So it stops impatient users. Actually is just a div with some transparency. When user clicks a command link the div is shown over the page and users

Re: double click problem in JSF

2010-09-02 Thread yogeen honnavar
hi antonio, can u pls send across some sample code or point me to appropriate resources regarding your solution. regards -yogeen --- On Fri, 3/9/10, António Rodrigues antonio.jose.rodrig...@gmail.com wrote: From: António Rodrigues antonio.jose.rodrig...@gmail.com Subject: Re: double click

Re: double click problem in JSF

2010-09-01 Thread Kito Mann
FWIW, a server-side solution like the Shale token will be in JSF 2.1: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=559. --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting

Re: double click problem in JSF

2010-08-31 Thread Cédric Durmont
...@gmail.com Subject: Re: double click problem in JSF To: MyFaces Discussion users@myfaces.apache.org Date: Monday, 30 August, 2010, 6:22 PM Yogeen, This is standard link behavior.  Short of writing JavaScript to intercept the event and handle double click, here is not much I think you can do

Re: double click problem in JSF

2010-08-31 Thread Donn Aiken
--- On Mon, 30/8/10, Scott O'Bryan darkar...@gmail.com wrote: From: Scott O'Bryan darkar...@gmail.com Subject: Re: double click problem in JSF To: MyFaces Discussion users@myfaces.apache.org Date: Monday, 30 August, 2010, 6:22 PM Yogeen, This is standard link behavior. Short of writing

Re: double click problem in JSF

2010-08-31 Thread Mike Kienenberger
. also i read about shale s:token and some other solutions being used to solve this problem. any idea ? regards -yogeen --- On Mon, 30/8/10, Scott O'Bryan darkar...@gmail.com wrote: From: Scott O'Bryan darkar...@gmail.com Subject: Re: double click problem in JSF To: MyFaces Discussion users

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

Re: double click problem in JSF

2010-08-30 Thread Scott O'Bryan
Yogeen, This is standard link behavior. Short of writing JavaScript to intercept the event and handle double click, here is not much I think you can do. Sent from my iPhone On Aug 29, 2010, at 9:45 PM, yogeen honnavar yog...@yahoo.com wrote: Dear users, We are using myfaces-1.1.5 with

Re: double click problem in JSF

2010-08-30 Thread yogeen honnavar
click problem in JSF To: MyFaces Discussion users@myfaces.apache.org Date: Monday, 30 August, 2010, 6:22 PM Yogeen, This is standard link behavior.  Short of writing JavaScript to intercept the event and handle double click, here is not much I think you can do. Sent from my iPhone

double click problem in JSF

2010-08-29 Thread yogeen honnavar
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 sent to the server and hence the application reports an error. Can anybody suggest a solution to the double click problem. regards -yogeen