Hi, I need to access an "application" scoped bean defined in faces-config. I digged in the forum and did found some answers to tihs, e.g., "FacesContext.getCurrentInstance().getApplication().getVariableResolver().resolveVariable(FacesContext.getCurrentInstance (), "myBean1");",
However this is deprecated version and when I am looking at JSF 1.2 documentation, I cannot figure out what is the equivalent way to do this... Please could you give me some hints, many thanks! -- View this message in context: http://www.nabble.com/how-to-access-registered-bean-in-code-tp16661140p16661140.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

