I don't think Seam or JSF have anything to do with it. It is just standard xhtml syntax.
<!-- Comment Here --> If you are using Facelets as well, you need to add this context parameter to web.xml <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=4051760#4051760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051760 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
