On 10/10/2003 03:55 PM Daniel H. F. e Silva wrote:
Hi Vivien,

Take a look at your web.xml. Maybe you copied it from Struts dist and message-resources was
already configured there. As settings in web.xml will override settings in struts-config.xml, classloader can't find resource to be loaded and then you get that messages.
Hope i helped you.


Kind regards,

Hi Daniel,
do you use JSTL as well as struts taglibs? I was wondering how you would configure multiple 'localization contexts' in web.xml for use by different JSTL taglibs.


And if so, how do you make one the default?

Adam

e.g.

  <context-param>
    <param-name>
      javax.servlet.jsp.jstl.fmt.localizationContext
    </param-name>
    <param-value>ApplicationResources</param-value>
  </context-param>

--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9


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



Reply via email to