In blogs i have read that JSF 2.0 is inlcuding Facelets. So i only included JSF-api.jar
and JSF-impl.jar
to my Java build path.
But if i try to use Facelet tags, they don't work. Do i need to configure Facelets anywhere or must i include any further libraries?
THX.