[jboss-user] [JBoss Seam] - Re: Comments on a Webpage that Uses Seam

smithbstl do-not-reply at jboss.com
Wed Jun 6 10:39:49 EDT 2007


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



More information about the jboss-user mailing list