craigmcc 01/04/19 15:29:21
Modified: web/example tour.htm
Log:
Reflect the fact that the password field on logon.jsp has
redisplay=false selected.
PR: Bugzilla #1222
Submitted by: Mark Nelson <[EMAIL PROTECTED]>
Revision Changes Path
1.5 +1 -2 jakarta-struts/web/example/tour.htm
Index: tour.htm
===================================================================
RCS file: /home/cvs/jakarta-struts/web/example/tour.htm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tour.htm 2001/04/11 02:08:49 1.4
+++ tour.htm 2001/04/19 22:29:19 1.5
@@ -169,8 +169,7 @@
<li>The page address is now logon.do rather than login.jsp. </li>
<li>Struts will
display a validation-error above the logon form. </li>
- <li>Whatever username and/or
-password you entered before is defaulted on the form.</li>
+ <li>Whatever username you entered before is defaulted on the form.</li>
</ol>
<p>Pretty cool, but how does it work?</p>
<h4><font face="Arial"><a name="struts-config.xml">struts-config.xml</a> and <a
name="LogonForm.java">LogonForm.java</a></font></h4>