Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-853

Fix incorrect validation error when using h:outputText

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: NXJM-5.9.6-I20141029_1759
    • Fix Version/s: NXJM-1.1.0
    • Component/s: JSF2 Migration
    • Tags:
    • Sprint:
      nxNag Sprint 7.1-1
    • Story Points:
      3

      Description

      This template

      <span xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html">
      
        <h:outputText value="#{field}">
          <f:convertNumber pattern="#0.00" />
        </h:outputText>
      
      </span>
      

      produces this validation error

      JSF2 Migration
      
          [template.xhtml] "The non empty tag <h:outputText> may be replaced by <h:panelGroup> to show its children. 1 occurrence(s) have been found."
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: