Hi Leonardo - On Mon, Sep 21, 2009 at 11:28 PM, Leonardo Uribe <[email protected]> wrote:
> > In jsf 2.0 spec section 3.5.3 Validation Registration says this: > > "....The default validators are appended after any locally defined > validators once the EditableValueHolder is populated and added to the > component tree. See the javadocs for UIInput.encodeEnd() for the normative > specification. A default validator must not be added to a UIInput if a > validator having the same id is already present....." > > First note that UIInput.encodeEnd() method does not exists! I have logged the following spec issue to track this: Issue 635: Obsolete references to UIInput.encodeEnd() for default validator wiring [1] > I would like to know from the new features, which ones are in facelets are > not in jsp (at the scope of the spec). I agree that this needs to be stated more clearly. I have logged the following spec issue to track this: Issue 636: Clarification of Facelets-only (non-JSP) functionality [2] I also sent email about both of these issues to the jsr-314-open list. I am hoping that we can address both of these issues soon. #2 seems particularly important given that JSP users are going to be confused when upgrading to JSF 2 if this information isn't clearly stated. Andy [1] https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=635 [2] https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=636
