JSF display HTML comment

后端 未结 4 714
深忆病人
深忆病人 2021-02-14 04:11

I am using JSF 2.0 and have defined property javax.faces.FACELETS_SKIP_COMMENTS to skip comments in JSF code because there is a lot of other code, deveploping comme

4条回答
  •  庸人自扰
    2021-02-14 04:31

    This is crude but it does work (under JSF 1.2 anyway not tested in 2)

     My comment 
    

提交回复
热议问题