Hello,

This is my struts-config.xml:
    <message-resources parameter="com.oxade.struts.ApplicationResources"/>
    <message-resources parameter="com.oxade.struts.Configuration" null="false" 
key="APPLICATION_CONFIGURATION"/>

In my Action:
    MessageResources messages = 
(MessageResources)getServlet().getServletContext().getAttribute("APPLICATION_CONFIGURATION");
When I debug, I saw a reference but nothing is inside.


Moreover, in a JSP, this code work so it have loaded my configuration file in memory.
<bean:message key="foo" bundle="CHANNELS_RESOURCE_KEY"/>

Thanks in advance



Reply via email to