"Sobkowski, Andrej" <[EMAIL PROTECTED]> wrote:

> Careful:
> 
> <!-- <jsptag /> -->
> The JSP tag will be evaluated (though not shown on the browser since the
> results will be commented out. And yes, they'll be visible by the client.
> 
> <%-- <jsptag /> --%>
> The JSP is not evaluated and the commented part will not be sent to the
> resulting HTML page
> 
> At least I think.. :)
> 
> Andrej

<!-- <jsptag /> --> will be sent to the client. Whether it will be visible
depends on what are you sending to the client. If plain text, then it will
be visible. If HTML, it will become a HTML comment. Unless your <jsptag />
generates something like this -->Hi!<!-- ;-)

--
gR


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to