-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 21.1
-
Component/s: Validation
-
Tags:
-
Sprint:nxNag Sprint 7.1-1
-
Story Points:0
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."
- depends on
-
NXBT-853 Fix incorrect validation error when using h:outputText
- Resolved