Sebastian Göttschkes wrote:
Laurie Harper wrote:
Sebastian Göttschkes wrote:
[...]

I defined the message resources in the struts-config.xml:
<!-- ==== Message Resources Definitions ==== -->
<message-resources parameter="com.equitystory.pms.resources.ApplicationResources" 
/>

[...]

The strange thing is I didn't change anything except for the two empty files I 
created. So I can say that the problem isn't hard-coded text in the application 
or messages missing in one or the other resource. Maybe I got something wrong 
with the configuration? Is there another file where I have to configurate 
something related to the message resources except for the struts-config.xml I 
mentioned above?


Nope, that one configuration point is all there is. Check the properties files are actually being deployed to the correct place, that there aren't stale copies elsewhere on the classpath or in any JAR files you've packaged, etc.

Failing that, you might try increasing Struts' logging level to DEBUG and see if there are any hints as to what's going wrong in the logs.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to