Hi all,
I play a little bit with JSF, at the moment. I wonder that I cannot find any information about how to comment out a part of a JSF page, that it is not rendered.
If I use the html comment tags
<!-- -->
then this part is already rendered if I access the page.
If I want to comment out an invalid part, the execution will fails :(.
So is there a comment tag in JSF, which is not be rendered if a page is access?
Thank in advance
Marco