DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4339>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4339 Cannot use "//" comments in JSP code Summary: Cannot use "//" comments in JSP code Product: Tomcat 3 Version: 3.2.3 Final Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Servlet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I use "//" style comments inside JSP code, they end up commenting out the Servlet code Tomcat generates when converting my page from a JSP to a Servlet. You should make sure "//" comments do not comment out your code. This is pretty critical as many people use "//" style comments.