is it possible to embed comments in my .xhtml-files that are only displayed in the source and not the rendered result?
I want to include author, date,… in the files but they should not be visible to the enduser in the generated output. If I use the standard comment-tags <!-- --> the browser displays them.
is it possible to embed comments in my .xhtml-files that are only displayed in
Share
Add the following into your
web.xml:This way
Faceletswill skip the comments while parsing the viewxhtmltemplate.