Those are XML / HTML comments. Try using JSP comments to wrap what you want to comment out: <%-- --%>
On Tue, Jul 2, 2024 at 4:40 PM Aryeh Friedman <[email protected]> wrote: > When I do the following the include is still done short of rewriting > it to not be a include how do I comment it out correctly: > > <!--<%@include file="winMon.jsp"%>--> > > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
