Re: Using validators with Clay

2007-03-30 Thread Gary VanMatre
>I've been trying to get a custom validator working with Clay, but so far I >haven't figured out how to do it. > >I have a class named "a.b.c.IPAddressValidator" that validates that a String >is >a valid dotted-decimal IP address, as its name implies. I've registered in my >faces-config under

RE: Tomahawk's enabledOnUserRole attribute and Clay

2007-03-30 Thread hermod.opstvedt
Hi Which Clay tomahawk component config file are you using? Have you tried with 1.1.5-SNAPSHOT and the config file in the trunk? Hermod -Original Message- From: Richard Eggert [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 11:37 PM To: user@shale.apache.org Subject: Tomahawk's e

Using validators with Clay

2007-03-30 Thread Richard Eggert
I've been trying to get a custom validator working with Clay, but so far I haven't figured out how to do it. I have a class named "a.b.c.IPAddressValidator" that validates that a String is a valid dotted-decimal IP address, as its name implies. I've registered in my faces-config under the vali