0

i have checked similar posts and have googled but could not find an eligible answer to this. When ever i import a jsf project from some other system (where its working fine) OR delete the tomcat server in eclipse and add new server back again...there are lots of tag libs and imports that go "unresolved". Such applications are often not created by me and i dont exactly know which libraries are to be added to configure and fix project in eclipse. I want to ask, is there any general way to find out all the required libraries for any imported jsf project and then add them.

Thanks in advance.

4

1 回答 1

1

Download the javax.faces.jar file and drop it in project's /WEB-INF/lib folder.

That's all.

于 2012-05-16T15:57:34.310 回答