0 Replies Latest reply on Aug 24, 2009 11:57 AM by reis.tiago

    messages.properties fallback

      Hello,


      I have 2 messages.properties (one for each supported language).


      I have a default bundle defined (or at least I think I have)


      <locale-config>
           <default-locale>en</default-locale>
           <supported-locale>en</supported-locale>
           <supported-locale>pt</supported-locale>
      </locale-config>



      What should happen if I have selected to use pt, but a given message its not on that resource but only on the en resource?


      I thought that it would fallback to the en resource, but what's happening is that the value is not found and seam displays the key (eg com.company.seam.is.great). Is this the intended behavior or am I missing something?


      Thanks