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

fernando_jmt do-not-reply at jboss.com
Mon Jun 11 19:57:34 EDT 2007


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



More information about the jboss-user mailing list