Re: double click problem in JSF

2010-08-31 Thread Donn Aiken
On Tue, Aug 31, 2010 at 3:09 AM, Cédric Durmont cdurm...@gmail.com wrote: Don't try to catch a double-click event. Instead, try to : - catch an onclick event - use it to disable the link - return true, so that this first click will actually do something. The following clicks should not

Re: [Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Donn Aiken
Joachim -- On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrod jsch...@acm.org wrote: Hi, When one uses extension mapping and Facelets, the popup dialog of a basic tr:inputDate does not work, it causes the error message The requested resource (/CONTEXT/__ADFv__) is not available. This is

Re: [Trinidad] resource not available (404) at popup of tr:inputDate

2010-03-01 Thread Donn Aiken
Joachim -- On Mon, Mar 1, 2010 at 1:09 PM, Joachim Schrod jsch...@acm.org wrote: Donn Aiken wrote: On Mon, Mar 1, 2010 at 11:11 AM, Joachim Schrodjsch...@acm.org wrote: Donn, thanks, but that doesn't quite cover my situation. When one uses extension mapping and Facelets, the popup

Re: JSF 1.2 + MyFaces Trinidad + PrettyFaces yields NPE in Trinidad RenderKitDecorator.java - ideas?

2010-01-25 Thread Donn Aiken
On Wed, Jan 20, 2010 at 8:45 PM, Donn Aiken donn.ai...@gmail.com wrote: Hello -- I'm trying to get PrettyFaces to work with the Sun JSF-RI and MyFaces Trinidad, but I'm having some difficulty. I've got this to work successfully in a demo environment without Trinidad, but it would be ideal

JSF 1.2 + MyFaces Trinidad + PrettyFaces yields NPE in Trinidad RenderKitDecorator.java - ideas?

2010-01-20 Thread Donn Aiken
anyone got this kind of configuration working? Thanks. Donn Aiken