[jboss-user] [JBoss Seam] - Security: How to override messages

Newlukai do-not-reply at jboss.com
Tue Jan 22 10:47:58 EST 2008


Hi,

I'm currently testing Seam 2.0.1CR1 and introduced those security features in my app. Now everytime an user logs in, there's a FacesMessage "Welcome " displayed.
I traced this message back to "FacesSecurityEvents" where the method "getLoginSuccessfulMessage()" just does this:
   public String getLoginSuccessfulMessage()
  |    {
  |       return "Welcome, #0";
  |    }
How can I provide another message or switch this message off?

Thanks in advance
Newlukai

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122265#4122265

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



More information about the jboss-user mailing list