FacesContext « IceFaces « JSF Q&A





1. Icefaces Liferay portal navigation JSF problem    stackoverflow.com

I have a final Submit button in my Application looks like :

public String finalSubmitNavigate(){

   // LOGIC HERE!
    FacesContext.getCurrentInstance().getApplication().getNavigationHandler().handleNavigation(FacesContext.getCurrentInstance(), null, "success");

  return "success";
} I have also set ...

3. Question on FacesContext while an AjaxPush is being rendered    icefaces.org

I have an external service that is sending events to my web app. When the event is received, an AsyncRender is being retrieved and its "requestRender" is being invoked. I have some bean properties that use the FacesContext to determine things like the user Principal and such. Basically things that would have been available if the rendering were being triggered by ...

5. Cannot Find FacesContext    icefaces.org

8. WARN [Portlet] Could not access FacesContext on IceFaces 1.7 DR2 and JBoss 4.2.2    icefaces.org

Hi there, I get this message whenever my application starts. I don't use any portlets in my application, it's just plain, traditional IceFaces + JSF 1.2 + Facelets + JBoss 4.2.2. I don't mind so much this message, as it doesn't affect any functionality, I was just wondering what it means. Eduard

9. FacesContext is null    icefaces.org