0 Replies Latest reply on Dec 22, 2010 4:57 AM by csdonat

    FacesMessage won't disappear

    csdonat

      Hello Everyone!

       

      I'm trying to assemble a simple seam portletbridge application, and I ran a very annoying error.

      If I add a new FacesMessage to the UI, it won't disappear from the web page after refreshing it.

      The jsf ui consists only a <h:messages> tag, and the ordinary code behind:

       

      FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_INFO,"Info", "Message details"));

       

      I use Jboss EPP 5.0.1 with portletbridge 2.0.0.FINAL

       

      Any suggestions?