Hi folks,

there is still a little bug in the TC 3.3 JSP examples after my patch has
been applied.

The JSP-Servlet-JSP example does not show the Source code (with IE 5.5)
Instead an Error 500 pops up.

Reason: Wrong directory name referenced in jts.html
(jsp/jsptoservlet instead of jsp/jsptoserv)

Attatched is a patch.

Best regards,

Hans

jts.html.diff

--- src/examples/jsp/jsptoserv/jts.html.orig    Sun Mar 11 19:38:57 2001
+++ src/examples/jsp/jsptoserv/jts.html Sun Mar 11 19:28:57 2001
@@ -12,10 +12,10 @@
 <body bgcolor="#FFFFFF">
 <p><font color="#0000FF"><a href="jsptoservlet.jsp"><img 
src="../../images/execute.gif" align="right" border="0"></a><a 
href="../index.html"><img src="../../images/return.gif" width="24" height="24" 
align="right" border="0"></a></font></p>
 
-<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoservlet/jsptoservlet.jsp">Source Code 
for JSP calling servlet <font color="#0000FF"></a>
+<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoserv/jsptoservlet.jsp">Source Code 
+for JSP calling servlet <font color="#0000FF"></a>
   </font> </h3>
 
-<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoservlet/hello.jsp">Source Code for 
Servlet calling JSP
+<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoserv/hello.jsp">Source Code for 
+Servlet calling JSP
 <font color="#0000FF"></a> </font> </h3>
 
 </body>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to