> Validation is only called if the component's submitted value is > non-null. Perhaps this is the issue you're seeing? >
Is this behavior manipulable, because it's very problematic for my use context. I wanted to write a validator method which performs a "required" validation, because the value entered is optional in some cases. Isn't it possible to achive that with a validator method? Is there an alternative for the "required" validation? I can't use the "required" attribute of the input tag, because I can't dynamically set that value, which would demand too much submits of the page. Regards, Matthias > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Mike Kienenberger > Gesendet: Montag, 12. Dezember 2005 16:47 > An: MyFaces Discussion > Betreff: Re: Wrong validator methods invoked in Nightly 20051130 > > > 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 > > > >

