4
votes

Since todays 2.0 jsf implementation ship with facelets, I'm wondering which version they actually are including.

So basically, which facelets version ships with mojarra 2.0 or myfaces 2.0?

This question arose basically when going through the richfaces migration guide which is suggesting in context of using jsf 2 together with richfaces 3.3.x: "Facelets 1.1.15 should still be used because of dependencies in RichFaces from the Tag Handlers classes." Is there an easy way to tell what version is packed? the official facelets page seems pretty abandoned.

1

1 Answers

3
votes

JSF 2 ships with Facelets builtin. It's basically not a separate project anymore (that's also why the official Facelets page "seems pretty abandoned").

What RF guys is trying to tell you is that you still need to include the old Facelets 1.1.15 JAR file in the classpath next to JSF 2 in order to get the RF 3.3.x tag files to run without dependency troubles.