Focusing problem solving with bird's-eye view & ground level implementation.
FacesMessage Message = new FacesMessage("TEXT to SHOW");
Message.setSeverity(FacesMessage.SEVERITY_INFO);
FacesContext fc = FacesContext.getCurrentInstance();
fc.addMessage(null, Message);
Post a Comment
No comments:
Post a Comment