1 Reply Latest reply on Jul 29, 2010 5:58 AM by delarue

    page specific resource bundle

    akakunin.akakunin.emdev.ru

      Hi!


      According to http://docs.jboss.com/seam/latest/reference/en-US/html/i18n.html#d0e13633 I can specify specific resourceBundle for only specific page.


      So, I have page cm/index.xhtml and I created WEB-INF/classes/cm/index.properties with one string - title.


      But - I cannot get this title in my xhtml - I tried many different ways - nothing works:


      #{messages.title}


      #{resourceBundle['title']}


      #{title}


      #{index.title}






      So, what is a correct way to access this resource? Or, I placed my properties file in some incorrect place? Or some extra configuration is required to use it?


      What you for any help