The link for "The Elements of Java Style" in tour.do/tour.html is missing the protocol
so it refers to e.g., 
http://localhost/struts-example/www.amazon.com/exec/obidos/ISBN=0521777682/

This patch fixes it.

cvs diff jakarta-struts/web/example/tour.htm
Index: jakarta-struts/web/example/tour.htm
===================================================================
RCS file: /home/cvspublic/jakarta-struts/web/example/tour.htm,v
retrieving revision 1.7
diff -u -r1.7 tour.htm
--- jakarta-struts/web/example/tour.htm 12 Oct 2001 02:03:47 -0000      1.7
+++ jakarta-struts/web/example/tour.htm 5 Sep 2002 21:46:08 -0000
@@ -384,7 +384,7 @@
   <p><i>Hint: Consistent naming conventions, like the ones used throughout the
   Example, make applications much easier to write and understand. Save your
   creativity for the things that matter, and follow an established standard for
-  source code formatting, like the <a 
href="www.amazon.com/exec/obidos/ISBN=0521777682/">Elements
+  source code formatting, like the <a 
+href="http://www.amazon.com/exec/obidos/ISBN=0521777682/";>Elements
   of Java Style</a>.</i></p>
 </blockquote>
 <h4><font face="Arial"><a 
name="editRegistrationAction.java">EditRegistrationAction.java</a></font></h4>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to