-
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
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."
- is required by
-
NXS-2335 Fix incorrect validation error when using h:outputText
- Resolved