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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...