I've been using David Geary's client-side validation stuff from "Core JSF" for the last couple of years. It works, but causes issues with Spring's Ant-path-matching when it's in the classpath. Regardless of how good it is, I'd like a better solution.
I've been looking at Cagatay's JSF Components project and its client validators. The project's website says this mailing list is the best place to ask questions. I've heard rumors that this set of components will be rolled into MyFaces. Is that true? I'm looking for a simple client-side "required" validator, and I'd like to find one and use it today. I'm using Maven 2, so I'm prepared to create an upload bundle and get it on ibiblio. Where should I start? Should I try the jsf-comp validator locally, and if it works - upload it? Or should I try something in MyFaces (or its sandbox)? Thanks, Matt

