[jboss-user] [JBoss Seam] - FacesMessages living beyond notLoggedIn Event

monkeyden do-not-reply at jboss.com
Thu Jul 5 12:10:52 EDT 2007


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#4060904

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060904



More information about the jboss-user mailing list