cancel
Showing results for 
Search instead for 
Did you mean: 

FacesContext null

wass
Champ in-the-making
Champ in-the-making
Hello,

I'm trying to the FacesContext.getCurrentInstance but i'm getting null…
In fact, want one instace of ServiceRegistry, so i'm following these steps:


FacesContext context = FacesContext.getCurrentInstance();
ServiceRegistry serviceRegistry = Repository.getServiceRegistry(context);
             

what should i do?

thanks.
2 REPLIES 2

mihir_mistry
Champ in-the-making
Champ in-the-making
Can you describe more where you want to get ServiceRegistry ?

wass
Champ in-the-making
Champ in-the-making
i've already solved it
thanks for your reply.