Register DialogLifecycleListener

2007-02-22 Thread flood
Hi ! How or where can I register a DialogLifecycleListener. I'd like to attach out transactionmanagement to the DialogContextManager. CU Jan K.

Re: Relative paths & Clay

2007-02-22 Thread Gary VanMatre
>From: "Richard Eggert" <[EMAIL PROTECTED]> > > I've run into a very basic problem using Clay that I'm not sure how to solve. > > Here's the setup: > > I have a JSP file (we'll call it page.jsp) that contains a single tag > that points to an HTML template in a subdirectory (we'll call it > /

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Gary VanMatre
>From: "Hasan Turksoy" <[EMAIL PROTECTED]> > > jsf-ri1.1 contains converter for "javax.faces.DateTime" class only... not > for java.util.Date class you can download and look at > jsf-ri-config.xml... > > in fact, this is not the main problem... i can overcome my issue by adding a > conver

SV: Relative paths & Clay

2007-02-22 Thread Hermod Opstvedt
Hi Short answer: You don't. What I do is add a duplicate entry around such stuff using the Clay html remove stuff What comes here will be removed by clay, but displayed by a browser Hermod -Opprinnelig melding- Fra: Richard Eggert [mailto:[EMAIL PROTECTED] Sendt: 22. febru

Relative paths & Clay

2007-02-22 Thread Richard Eggert
I've run into a very basic problem using Clay that I'm not sure how to solve. Here's the setup: I have a JSP file (we'll call it page.jsp) that contains a single tag that points to an HTML template in a subdirectory (we'll call it /templates/blah/foo.html). The HTML template references an ima

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Gary VanMatre
>From: "Hasan Turksoy" <[EMAIL PROTECTED]> > > > Craig > i have created an issue.. you can reach it from > here> s-into-account%2521-tf3266040.html> > ... > > > Matthias > you are absolutely right :). converters only defined(by id) in config file > but they aren't registered for special typ

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Hasan Turksoy
Craig i have created an issue.. you can reach it from here ... Matthias you are absolutely right :). converters only defined(by id) in config file but they aren't registered for speci

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Gary VanMatre
>From: "Matthias Wessendorf" <[EMAIL PROTECTED]> > > On 2/22/07, Hasan Turksoy wrote: > > jsf-ri1.1 contains converter for "javax.faces.DateTime" class only... not > > for java.util.Date class you can download and look at > > jsf-ri-config.xml... > > > > in fact, this is not the main prob

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Matthias Wessendorf
On 2/22/07, Hasan Turksoy <[EMAIL PROTECTED]> wrote: jsf-ri1.1 contains converter for "javax.faces.DateTime" class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: DialogHelper

2007-02-22 Thread Rahul Akolkar
On 2/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi ! How can I get the DialogContextManager for a FacesContext, the DialogHelper seems to be gone? The DialogHelper has never been released (based on its SVN location, it is scheduled to be in the framework v1.1.0 release, whenever tha

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Craig McClanahan
On 2/22/07, Hasan Turksoy <[EMAIL PROTECTED]> wrote: jsf-ri1.1 contains converter for "javax.faces.DateTime" class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: Re: Beginning a dialog (basic dialog manager) with V1.0.3

2007-02-22 Thread flood
Hello Paul! Thank you, this solved my problem. Jan K.

DialogHelper

2007-02-22 Thread flood
Hi ! How can I get the DialogContextManager for a FacesContext, the DialogHelper seems to be gone? CU Jan K.

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Hasan Turksoy
jsf-ri1.1 contains converter for "javax.faces.DateTime" class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for "java.util.Date"... But this doesn't solve the proble