Achraf
Achraf

Reputation: 658

adding jsf-facelets.jar in JSF2 project

Im new in JSF 2 and I wan to konw if I have to add the jsf-facelets.jar to my project lib or it's included in the JSF 2 jars.

Thanks.

Upvotes: 2

Views: 2183

Answers (1)

BalusC
BalusC

Reputation: 1108722

You don't need to add Facelets 1.x libraries to a JSF 2.x project. It would only collide. Leave them away. It's already included in JSF 2.x libraries.

Upvotes: 4

Related Questions