1 Reply Latest reply on Aug 24, 2009 3:41 AM by walterjwhite

    Messages inconsistency

    walterjwhite
      Hi all,

      I am using #{messages['property']} to display the appropriate message depending on locale.  The problem I am running into is when my message properties are more than 2 items deep, they're not recognized:

      page.contact.title
      page.contact.submit.label

      I also noticed that for some odd reason, another message isn't displayed:

      user.password


      I like to have everything nested as much as possible and organized, but is this not acceptable?


      Walter
        • 1. Re: Messages inconsistency
          walterjwhite
          I am also having difficulty with addFromResourceBundle(StatusMessage.Severity.INFO, "contact.success");

          I have contact.success in my messages_en.properties file but it is only showing up as contact.success on the screen, how come it isn't rendering the value?


          Walter