<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=453181318-20042007><FONT face=Arial 
color=#0000ff size=2><%-- --%> is the standard JSP way of introducing a 
comment into a page without it appearing in browser-rendered output; so I 
imagine in your example it's a way of making code more readable without line 
breaks appearing in the output.  Don't you just love taglibs?  
(Not.)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453181318-20042007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453181318-20042007><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453181318-20042007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> Aaron Wagner 
[mailto:aaronw@technologist.com] <BR><B>Sent:</B> 20 April 2007 
15:37<BR><B>To:</B> The OpenCms mailing list<BR><B>Subject:</B> [opencms-dev] 
"org.opencms.frontend.templateone.modules" tags<BR></FONT><BR></DIV>
<DIV></DIV>Does anyone know the significance of the <%-- at the end of each 
line and the the --%> at the beginning of the next line.  <BR><BR>Is it 
need, does it do anything special?<BR><BR>I see it alot in the 
org.opencms.frontend.templateone.modules jsp 
pages.<BR><BR>~~~~~~~~~~~~~~~~~~~~~~~~~<BR>--%><cms:contentinfo 
var="contentInfo" scope="request" /><SPAN 
style="FONT-WEIGHT: bold"><%--</SPAN><BR style="FONT-WEIGHT: bold"><SPAN 
style="FONT-WEIGHT: bold">--%></SPAN><c:if test="${! 
contentInfo.emptyResult}"><SPAN style="FONT-WEIGHT: bold"><%--</SPAN><BR 
style="FONT-WEIGHT: bold"><SPAN 
style="FONT-WEIGHT: bold">--%></SPAN><fmt:setLocale value="${locale}" 
/><%-- <BR>--%><fmt:bundle 
basename="org/opencms/frontend/templateone/modules/workplace"><%--<BR>~~~~~~~~~~~~~~~~~~~~~~~~~<BR 
clear=all><BR>-- <BR>Thanx<BR>Aaron N Wagner<BR><BR>To err is human; effective 
mayhem requires the root password! </BODY></HTML>