Hey guys,

We have a wierd problem. We are using a decorator, in which we have to read some messages from our applicationResources.properties file. It's all working fine, however whenever the following two lines are executed, it dumps the entire resources file onto the console (or log file), preceeded by "saving message key"

for ex :- saving message key "first_name"
           saving message key "last_name"
           .
           .
           .

The line that is a culprit is
MessageResources resources = MessageResources.getMessageResources("resources.ApplicationResources");

Does anyone know, how we can avoid this..thanks




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to