Target Unreachable, identifier '.Bean' resolved to,
June 20, 2010 at 12:25 PM
I had issues like :"javax.servlet.ServletException: /user/inputname.jsp(15,4) '#{UserNameBean.userName}' Target Unreachable, identifier 'UserNameBean' resolved to null
solved it now. since my faces-config.xml file was outside web-inf folder. loaded in web.xml as: <context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/faces-config.xml</param-value> </context-param>