JSF display HTML comment
问题 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 comments etc. But I need to print some HTML comments into client's browser eg. for defining alternative conditioned stylesheet for other browsers. Please is there any way how to do it? Because all my attempts failed. 回答1: Use <ui:remove> to remove comments instead of the context parameter. 回答2: This is crude but it does work (under JSF