RichFaces and Facelets, a good combo?

facelets, jakarta-ee, jsf, richfaces

Solution

Keep in mind that Facelets is just a view layer for JSF 2. JSF2 and RichFaces have some incompatibilities. Check this to see a list of them:

http://community.jboss.org/wiki/RichFaces333andJSF20

RichFaces used with standalone Facelets (I currently use 1.1.14) works great.

Problem

I've been programming using RichFaces and JSF for quite some time now, and like the features that Facelets offer (especially as part of JSF 2), but haven't used it yet. Are there any gotchas to watch out for or incompatibilities between RichFaces and Facelets? I use A4J ajax functionality a lot as part of RichFaces, so I am concerned about that also. Thanks in advance.

Original source