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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...