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 me know what you guys think. Thanks, Curtiss Howard
