jsf - Is FacesContext limited to one web application? -


I have an ear, sample.air and two war files and a jar file, it is like this < Previous> Sameple.ear | --- UI1.war | --- UI2.war | --- Model.jar

I have a managed bean (backing-bean) defined in UI1.war, it is possible to reach that particular managed wing in a JSF page within UI2 ?

I'm tired of liking this # {LoginBean.username} (LoginBean Managed Bean in UI1 which I want to use), in my UI2.war, but FacesContext to solve this Not able to.

Thanks

Yes FacesContext limited Per war files is

Comments