JSF - making the bean NULL

FacesContext.getCurrentInstance().getApplication().
createValueBinding( "#{pc_XXXXBean}").
setValue(FacesContext.getCurrentInstance(), null );

0 comments: