I have the following code which adds a faces message and raises a
"org.jboss.seam.notLoggedIn" event when the user attempts to do something which
requires login. For some reason the message doesn't live beyond the event. Can
anyone shed some light on this behavior?
facesMessages.add(FacesMessage.SEVERITY_INFO, mustBeLoggedInMessage);
| events.raiseEvent("org.jboss.seam.notLoggedIn");
| result = "login";
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060904#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...