FacesContext.getCurrentInstance().getExternalContext().getFlash()
I am trying to use above code seems like getFlash()
does not exist in JSF2 implementation of Myfaces. How how can I access it.
Above line gives me this error
The method getFlash() is undefined for the type Object
Here are my imports no issues with them
import javax.faces.context.FacesContext;
import javax.faces.context.Flash;