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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to