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:

Re: AW: double click problem in JSF

2010-09-20 Thread Daniel Niklas
Hi, this does not prevent for submitting two requests for *two* components; try out my example: tr:inputText text=first partialSubmit=true / tr:selectOneChoice text=second partialSubmit=true / - type some text into inputText (wait some time on server) - click and select on item in

Re: AW: double click problem in JSF

2010-09-14 Thread schneidc
Hi Daniel, what I wanted to achieve is that the users can't click certain buttons or select an entry in a selectOneChoice several times without the first one to finish and as far as this is concerned, it works. Daniel Niklas wrote: Hi, i don't think, that you have solved all problems

Re: AW: double click problem in JSF

2010-09-10 Thread schneidc
Hi, I just stumbled upon this thread and tried to add the overlay method to block inputs for a certain time to my pages. Mostly it works fine, but I have a problem with tr:selectOneChoice. I added this JS-function to the onchange event of the menu function show() {

Re: AW: double click problem in JSF

2010-09-10 Thread schneidc
Just solved the problem, I forgot to put a panel with a partial trigger around the outer div. schneidc wrote: Hi, I just stumbled upon this thread and tried to add the overlay method to block inputs for a certain time to my pages. Mostly it works fine, but I have a problem with

Re: AW: double click problem in JSF

2010-09-10 Thread Daniel Niklas
Hi, i don't think, that you have solved all problems with tr:selectOneChoice! Try an example with two components: ... tr:inputText text=first partialSubmit=true / tr:selectOneChoice text=second partialSubmit=true / .. Edit Text in first and then click on the tr:selectOneChoice second. The

Re: AW: double click problem in JSF

2010-09-09 Thread Daniel Niklas
Hi, we have a solution for double clicks, too! We are using a token, to check requests on the serverside. On the client we are using the jquery UI-Plugin (http://jquery.malsup.com/block/). This is working verry good! The code that submits the form in trinidad is problematic. There are tests for

AW: double click problem in JSF

2010-09-03 Thread Eisenträger , Tobias
This is a great example: http://javathoughts.capesugarbird.com/2008/03/ajax-button-with-overlay-div-and-wait.html Works good with trinidad Toby -Ursprüngliche Nachricht- Von: yogeen honnavar [mailto:yog...@yahoo.com] Gesendet: Freitag, 3. September 2010 06:12 An: MyFaces Discussion