If a JSP page contains, for example,
<td class=foo <%-- This is a comment --%> width=100>
then the comment is passed through to the generated HTML page, causing the browser to end the td tag at the end of the comment, ignore the width specification, and render the remaining portion of the td tag as plain text.
This seems to be a change from Tomcat 3.x. Is Jasper intentionally sending this form of comment through to the generated page, or is this a bug?
Thanks, Tom
------------------------------------------------------------------------ Tom Halliley <mailto:[EMAIL PROTECTED]> WorkForce Software 734.542.4100 x223
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
