Short answer: * <!-- Copyright --> are html (or xml/xhtml) comments and are rendered in the generated page * <%-- design comments --%> are jsp comments and are not rendered in the generated page.
Both accept multilign comments 2006/6/7, Julian Ray <[EMAIL PROTECTED]>:
Has anyone figured out how to include some comments in the JSP files which are output to the finished JSP page eg. copyright statements etc. but have other comments which are removed by the JSF servlet (eg version info, authorship, change log etc.) Thanks

