[jboss-user] [JBoss Seam] - Re: Problem with Seam & JSF & facelets
ScottDawson
do-not-reply at jboss.com
Wed Sep 6 23:52:42 EDT 2006
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
More information about the jboss-user
mailing list