[jboss-user] [JBoss Seam] - Re: stupid question about message

2007-05-29 Thread fernando_jmt
"mnrz" wrote : Hi
  | 
  | When I log in using seam Authenticator, a message "Welcome user_name" will 
be displayed
  | 
  | I can't find that message in any resource bundle. I want to display another 
message with related language that user specified how can I remove that message 
:)) 
  | 
  | I am using Seam v1.1.6
  | thanks


Seam adds a default message for this kind of stuff. Of course if you don't like 
this you can override as follows in your messages.properties:
a) No message after login:

  | org.jboss.seam.loginSuccessful
  | 
b) As you like message:

  | org.jboss.seam.loginSuccessful = Welcome, #0
  | 

HTH.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049341
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: stupid question about message

2007-05-29 Thread mnrz
No I have Messages.properties under the specific path

com.mypackage.bundle.Messages.properites

but the problem is it can't understand it

this is from Seam tutorial:

  | You can select a different name for the resource bundle by setting the Seam 
configuration property named
  | org.jboss.seam.core.resourceBundle.bundleNames. You can even specify a list 
of resource bundle names
  | to be searched (depth first) for messages.
  | 
  | 
  | mycompany_messages
  | standard_messages
  | 
  | 
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049213
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: stupid question about message

2007-05-29 Thread mateusz.mrozewski
I think it's:
project_name/resources/messages_en.properties

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049196
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user