Doh! Thanks ... you know it turned green in netbeans editor so I just thought ...
-----Original Message----- From: James Childers [mailto:jchilders@;hotels.com] Sent: Monday, November 11, 2002 2:42 PM To: Struts Users Mailing List Subject: RE: html:link question > <!-- <html:link forward="admin">Administrative > Functions</html:link> --> > > If I take that line out, the error goes away. So, Tomcat will process > commented out tags? Doesn't sound right, but I'll keep it in mind. Actually, this is the correct behavior for code inside of HTML comment tags. If you want the JSP parser to ignore it you must surround it with JSP comment tags: <%-- stuff --%> -= James -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>