You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Debasish Ghosh <gh...@yahoo.com> on 2001/12/04 12:40:13 UTC

ApplicationResources.properties

Hi -

How can I check if the correct
ApplicationResources.properties has been loaded or not
?
I tried using the following :-

<logic:notPresent
name="org.apache.struts.action.MESSAGE"
scope="application">
  <font color="red">
    ERROR:  Application resources not loaded -- check
servlet container
    logs for error messages.
  </font>
</logic:notPresent>

By doing this, I do not get the above error even if I
remove ApplicationResources.properties from the
hierarchy. The exception is thrown when it tries to do
the first getMessage().

Thanks.

- Debasish

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>