Thursday, September 03, 2009

Logic that needs to be executed only in the JSF Render Response Phase

if (FacesContext.getCurrentInstance().getRenderResponse()) {
    // Logic that needs to be executed only in the JSF Render Response Phase
}
 
Source - balusc

 

No comments: