Needs help for creating a new JSF component

2007-05-22 Thread Stephane.CLINCKART
Hi, I have to develop a new JSF component (component, tag and renderer). The goal of this new component is easy... Put together severals input zone in one single component. I have done somethink that works... But i'm not sure I did everything correctly. (in the State of Art) -- Should be

Cross validation problem

2007-04-12 Thread Stephane.CLINCKART
Hi, In a login page I have 3 components: Login Password Domain I have a validator for Login Password I should like in Validator of password to knows the value of the Domain. The value of the domain is not set when I validate the password. Do I have somethink special to do for defining the

RE: Cross validation problem

2007-04-12 Thread Stephane.CLINCKART
Thanks for hint. Where can I find a sample of usage of t:compareToValidator ? Thanks. PS: It should be better for me to make the vaidation in the validators... For several reasons to long to explain here. Thanks for help again. -Original Message- From: Mike Kienenberger

RE: Cross validation problem

2007-04-12 Thread Stephane.CLINCKART
Hi, Maybe I'm wrong... But I think I can't use it for my problem. I try to explain little more my problem: If user that try to login select DOMAIN_A as domain, the validator for password should validate password rules of domain_A If user that try to login select DOMAIN_B as domain, the

Is it possible to use Facelet partially??? (Desactivate xhtml validation???)

2007-04-06 Thread Stephane.CLINCKART
Hi, I have to add some feature to an existing application based on JSF but that dont make use of Facelet. I should like to add my new pages but I should like to use Facelets. I tried it..; it work fine for my part… but not for the rest of application because existing application is not XHTML

How to use JSF tags when browse has Javascript disabled???

2007-04-03 Thread Stephane.CLINCKART
Hi, I would like to use JSF with the JSF tags on a application where the browser has no Javascript activated. Actually when I try no link work anymore. Is there a way to solve this problem? Thanks. Clinckart Stephane