Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-700

EL isn't evalutaed for the datestyle / timestyle attrs of tr:convertDateTime

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.2-core, 1.2.2-core
    • 1.0.3-core, 1.2.3-core
    • None
    • None

    Description

      compare

      <tr:outputText value="#

      {clientValidation.date}">
      <tr:convertDateTime type="both" dateStyle="#{'full'}"
      timeStyle="#{'full'}" locale="#{commonBean.currLocale}"/>
      </tr:outputText>

      vs.

      <tr:outputText value="#{clientValidation.date}

      ">
      <f:convertDateTime type="both" dateStyle="#

      {'full'}"
      timeStyle="#{'full'}

      " locale="#

      {commonBean.currLocale}

      "/>
      </tr:outputText>

      and notice the difference

      Attachments

        Activity

          People

            matzew Matthias Wessendorf
            matzew Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: