4 Replies Latest reply on Aug 23, 2007 6:11 AM by pnorman4

    messages.properties are not loaded when included in a jar-fi

    pnorman4

      Hi

      I have a Seam 1.2.1 web application where I can add functionality as plug-ins. A plug-in consist of jsf pages, web resources and a jar-file with classes. The jar-file is put in WEB-INF/lib and contains messages.properties in the root. The jared beans work fine but messages.properties doesn't seem to be loaded.

      Do I have to explicitly point out the message bundle? How?

      If I have several plug-in jar-files, can they all contain messages.properties, or do they need to have different names?

      Thanx