Using XML Comment in HTML Panel Grid
------------------------------------

                 Key: MYFACES-2999
                 URL: https://issues.apache.org/jira/browse/MYFACES-2999
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-252
    Affects Versions: 2.0.2
            Reporter: Gurkan Erdogdu


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! 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to