Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user]
 [JBoss Seam] - Re: Seam, Facelets, JSF and XML comments

scott.stark@jboss.org

2007-06-11


Actually, it is not a seam issue, it is a Facelets behaviour, you can avoid it adding below configuration in your 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=4053302#4053302

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053302
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.