[Catalyst-commits] r7881 - /
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/AdvancedCRUD
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Mon Jun 2 14:33:46 BST 2008
Author: zarquon
Date: 2008-06-02 14:33:46 +0100 (Mon, 02 Jun 2008)
New Revision: 7881
Modified:
/
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod
Log:
r13369 at zaphod: kd | 2008-06-02 22:51:33 +1000
added password
Property changes on:
___________________________________________________________________
Name: svk:merge
- 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13352
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
+ 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13369
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod 2008-06-01 23:43:44 UTC (rev 7880)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod 2008-06-02 13:33:46 UTC (rev 7881)
@@ -259,12 +259,12 @@
$ script/myapp_server.pl
-Login as C<test01>. Once at the Book List page, click the new
-HTML::FormFu "Create" link at the bottom to display the form. Fill in
-the following values: Title = "Internetworking with TCP/IP Vol. II",
-Rating = "4", and Author = "Comer". Click Submit, and you will be
-returned to the Book List page with a "Book created" status message
-displayed.
+Login as C<test01> (password: mypass). Once at the Book List page,
+click the new HTML::FormFu "Create" link at the bottom to display the
+form. Fill in the following values: Title = "Internetworking with
+TCP/IP Vol. II", Rating = "4", and Author = "Comer". Click Submit,
+and you will be returned to the Book List page with a "Book created"
+status message displayed.
Also note that this implementation allows you to can create books with
bogus information. Although we have constrained the authors with the
@@ -556,4 +556,4 @@
Copyright 20066-2008, Kennedy Clark, under Creative Commons License
(L<http://creativecommons.org/licenses/by-nc-sa/2.5/>).
-
\ No newline at end of file
+
More information about the Catalyst-commits
mailing list