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?