Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 2 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.