Validation is only called if the component's submitted value is non-null. Perhaps this is the issue you're seeing?
On 12/9/05, Matthias Kahlau <[EMAIL PROTECTED]> wrote: > Hi! > > > I use the "validator" attribute of inputCalendar, inputText and > inputFileUpload. But as I can see in the logging output, JSF calls only one > of the four validator methods in the process validations phase, but not the > same one each time. The other methods are never called. What's going wrong? > > > Regards, > Matthias > >

