1 Reply Latest reply on Jul 7, 2009 9:36 AM by jaikiran

    POJO in Seam app

    oneworld95

      Sorry for the very newbie question: I've created a class that implements the javax.faces.validator.Validator class. I've tried accessing it from my XHTML facelets in a Seam app, but it throws errors that it can't find it. I've got it included in the faces-config.xml file as well.

      If I take the compiled .class file and drop that into the folder where the source files are, it's happy. What am I doing wrong? Someone said it's a configuration problem.