--- Florian DREVET <[EMAIL PROTECTED]> wrote:
> Same as Java in scriptlet parts, same as HTML in HTML parts.
Using HTML comments
<!-- -->
are fine if you don't mind those comments appearing in the final HTML
page (viewable via browser's view source). If you prefer to keep those
comments private, however, it's better to use the JSP commenting:
<%-- --%>
Bruce
>
> -----Message d'origine-----
> De : A mailing list about Java Server Pages specification and
> reference
> [mailto:[EMAIL PROTECTED]]De la part de BERWART Thierry
> Envoy� : jeudi 19 avril 2001 09:13
> � : [EMAIL PROTECTED]
> Objet : putting a comment in jsp code
>
>
> Hello,
>
> How can I put a code in comment in JSP ?
>
> Thanks
>
> Thierry
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets