[jboss-user] [JBoss Seam] - Re: EL evaluated in comment

codelion do-not-reply at jboss.com
Wed Mar 21 20:28:53 EDT 2007


Thanks for both useful answers.

I solved the problem per http://wiki.java.net/bin/view/Projects/FaceletsFAQ by adding to web.xml an entry

 <!-- prevent XHTML comments from being rendered (by Facelets) -->
  |  <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=4030430#4030430

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030430



More information about the jboss-user mailing list