I'm trying to create managed bean in eclipse's dynamic web project. There I need to add support for @ManagedBean
annotation. I tried this way..
Right Click on Project > Properties > Project Facet > Checked JavaServer Faces > Download Library > then the library is downloaded automatically Trinidad 2.0 (Apache MyFaces Trinidad API 2.0.1)
Then I click this library after that I saw this error on the top.
Required class javax.faces.FactoryFinder does not exist in selected libraries.
I tried to add the javax.faces-2.3.0.jar in the library but still same error. Any other solution?