1 Reply Latest reply on Dec 20, 2007 10:37 AM by pmuir

    Default message.properties

    holmes.j

      I'm having some problems with the default message.properties and how to override them.

      I've managed to override a few of the messages...

      org.jboss.seam.loginSuccessful = Aren't you cool #{identity.username}?
      org.jboss.seam.loginFailed = Invalid username/password combination.
      org.jboss.seam.notLoggedIn = You need to login
      


      But that last one doesn't work. I'm not sure which events line-up with which messages. And for that matter, I don't even see where the default messages are stored.

      Is there any place that points out the connections between the messages and what's provided so I can override it?

      -Jason