Hi , how can i remove messages from faces context or any alernative for removing the messages
i am adding my message like this
FacesContext context = FacesContext.getCurrentInstance();
context.addMessage(null,new
FacesMessage(FacesMessage.SEVERITY_WARN,"Invalid Username or Password",""));
how can i remove that message
--
View this message in context:
http://www.nabble.com/how-can-i-remove-message-from-faces-context-t1835398.html#a5009115
Sent from the MyFaces - Users forum at Nabble.com.

