Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0.2
-
None
-
None
Description
When using <!-- Some comment --> in a panelGrid tag, panelGrid is not rendered correctly.
For example,
<h:panelGrid columns="2">
<!-- Some comment -->
<h:outputText ...../>
<h:outputText .... />
</h:panelGrid>
Above code has not rendered correctly!