Hi, we noticed the same behavior. If you set javax.faces.FACELETS_SKIP_COMMENTS<http://myfaces.apache.org/core21/myfaces-impl/webconfig.html#javax_faces_FACELETS_SKIP_COMMENTS>to true, all comments will be skipped.
2011/12/23 Ibra <[email protected]> > > Hello team, > > I am working with "MyFaces Core 2.0 API 2.0.2" and I obtained an unexpected > behaviour when I run the next code: > > <h:panelGrid id="tabla" columns="2"> > <h:outputText value="a11"/> > <h:outputText value="Si os veis cabalgando solos, que nos cause temor, > no os separeis de mi" /> > <h:outputText value="b11"/> > <!-- --> > <h:outputText value="lo que hacemos en la vida, tiene su eco en la > eternidad."/> > </h:panelGrid> > > The result was 3 rows, instead 2 rows, because one cell was filled with > comment block. Is it normal? > > -- > View this message in context: > http://old.nabble.com/comment-block-within-panelGrid%2C-unexpected-result---MyFaces-Core-2.0-tp33026382p33026382.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

