On 10/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
Do I have to? Shouldn't the faces-config.xml file in shale-validator.jar take care of it?
Got it, I think. The <validator-id>s didn't match. The Facelets taglib file should be: <facelet-taglib> <namespace>http://shale.apache.org/validator</namespace> <tag> <tag-name>commonsValidator</tag-name> <validator> <validator-id>org.apache.shale.CommonsValidator</validator-id> </validator> </tag> </facelet-taglib> -- Wendy
