The code in question looks like:
| protected void notLoggedIn()
| {
| Events.instance().raiseEvent("org.jboss.seam.notLoggedIn");
|
| FacesMessages.instance().addFromResourceBundleOrDefault(
| FacesMessage.SEVERITY_WARN,
| "org.jboss.seam.NotLoggedIn",
| "Please log in first"
| );
| }
|
So there is no way to stop something being added to the faces messages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093285#4093285
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093285
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user