Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-7353

Isolate JSF locale config in template

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.5
    • Component/s: Translations
    • Tags:
    • Upgrade notes:
      Hide

      If using "faces-config#APPLICATION" target in deployment-fragment.xml for "locale-config" or "message-bundle", use "faces-config#APPLICATION_LOCALE" target instead.

      deployment-fragment.xml:

      • <extension target="faces-config#APPLICATION">
        + <extension target="faces-config#APPLICATION_LOCALE">
        <locale-config>...</locale-config>
        <message-bundle>messages</message-bundle>
        </extension>
      Show
      If using "faces-config#APPLICATION" target in deployment-fragment.xml for "locale-config" or "message-bundle", use "faces-config#APPLICATION_LOCALE" target instead. deployment-fragment.xml: <extension target="faces-config#APPLICATION"> + <extension target="faces-config#APPLICATION_LOCALE"> <locale-config>...</locale-config> <message-bundle>messages</message-bundle> </extension>

      Description

      Allow finer contribution from deployment-fragment.xml to JSF locale config by moving it from %

      {APPLICATION}

      % to %

      {APPLICATION_LOCALE}

      %

        Attachments

          Activity

            People

            • Assignee:
              jcarsique Julien Carsique
              Reporter:
              jcarsique Julien Carsique
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: