>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 9/25/06, Mauricio Scheffer wrote: > > > Thanks everyone, I'll try the latest svn > > I only fixed the website, nothing related to Shale Validation and > Facelets. Which I'm now having my own problems with. :/ > > Facelets 1.1.11, Shale 1.0.4-SNAPSHOT, MyFaces Core 1.1.4 > > I'm trying to add a required validator to a Facelets template, and > MyFaces is complaining "Unknown validator id > 'org.apache.shale.validator.CommonsValidator'." >
The registered validator-id is "org.apache.shale.CommonsValidator". http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/META-INF/faces-config.xml?view=markup Make sure you have the new new dependency too. <dependency> <groupId>org.apache.shale</groupId> <artifactId>shale-validator</artifactId> <version>${version}</version> </dependency> > > Thanks, > -- > Wendy Gary
