Thanks for both useful answers.
I solved the problem per
http://wiki.java.net/bin/view/Projects/FaceletsFAQ by adding to
web.xml an entry
<!-- prevent XHTML comments from being rendered (by Facelets) -->
| <context-param>
| <param-name>facelets.SKIP_COMMENTS</param-name>
| <param-value>true</param-value>
| </context-param>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030430#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...