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 <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-tp29569348p29676688.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to