How to get Backing bean class?
How to get the backing bean class. I know it can be retrieved in FacesContext.getCurrentInstance().getExternalContext().getSessionMap()? I do not want to initialise the bean, i just want the class of the bean.
How to get the backing bean class. I know it can be retrieved in FacesContext.getCurrentInstance().getExternalContext().getSessionMap()? I do not want to initialise the bean, i just want the class of the bean.
Why don't you just use ClassName.class...?
i found it .RuntimeConfig.getCurrentInstance.
Because i do not want to init the bean