According to the Facelets FAQ, you can prevent HTML comments from being rendered by putting this in your web.xml:
| <context-param> | <param-name>facelets.SKIP_COMMENTS</param-name> | <param-value>true</param-value> | </context-param> | The FAQ is here: http://wiki.java.net/bin/view/Projects/FaceletsFAQ Regards, Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969952#3969952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969952 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
