Hi,
I have a project that uses multiple faces config file for JSF. Before I split out the files I was able to ctrl+click on references to my managed beans in JSP pages. This click would bring me to the method in the java class that the reference was related to. For example I could ctrl+click on #{SomeBean.someMethod} and be taken to that method. I also now see warnings from my eclipise saying that the “SomeBean” cannot be resolved. How do I tell my eclipse to use multiple JSF config files? How can I get the ctrl+click functionality to return? Thanks for all the help.