For awhile, 2.0 changes for facelets were being committed to the
JSF_2_0_0_from_HEAD_20080606_BRANCH facelets branch.

I'm not sure if that's still the case or if the branch was forked elsewhere.


On Wed, Aug 5, 2009 at 9:11 AM, Matthias Wessendorf<mat...@apache.org> wrote:
> On Wed, Aug 5, 2009 at 3:03 PM, Curtiss Howard<curtiss.how...@gmail.com> 
> wrote:
>> Hi,
>>
>> I just wanted to let everyone know that with a couple tweaks to the
>> Facelets implementation I've been able to get the Mojarra "Guess
>> Number 2.0" custom taglib working, which does some client-side JS
>> validation.  It looks like the 2.0 codepath is looking very good so
>> far!
>>
>> However, in the process I've noticed that the Facelets implementation
>> we're using is a bit... out of date, at least with respect to the
>> Facelets taglib parser.  It seems to be geared towards version 1.0
>> documents, and the demo app I'm working with ships a 2.0 version
>> document.  Due to the parser only understanding 1.0 documents, it
>> turns on DTD validation and turns off namespace handling.  The
>> problem, of course, with recent versions of the Facelets taglib
>> document is that it does schema validation and is namespace-aware.
>>
>> So what's the deal with the Facelets implementation we're using?  I'm
>> guessing it's out of date, or at least portions of it are.  Is it
>> going to be upgraded or should I try to make the taglib parser do a
>> dual-parsing approach?  If so, I've got a few more questions :).  Let
>
> I am pretty sure that all new "Facelets" stuff has been only added to
> the JSF RI.
> Perhaps one from the EG could state on that...
>
>> me know what you guys think.
>>
>> Thanks,
>>
>>
>> Curtiss Howard
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>

Reply via email to