[Catalyst-commits] r12154 - trunk/examples/CatalystAdvent/root/2009/pen

zamolxes at dev.catalyst.perl.org zamolxes at dev.catalyst.perl.org
Thu Dec 3 06:15:28 GMT 2009


Author: zamolxes
Date: 2009-12-03 06:15:28 +0000 (Thu, 03 Dec 2009)
New Revision: 12154

Modified:
   trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
Log:
removed ambiguous paragraphs :)


Modified: trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod	2009-12-03 03:12:27 UTC (rev 12153)
+++ trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod	2009-12-03 06:15:28 UTC (rev 12154)
@@ -21,13 +21,6 @@
 
 =item *
 
-In FormFu, the standard way of defining a form is within an YAML
-file. While many people use that form definition for the response
-rendering, I feel that validation rules are a contract of the request,
-and should be decoupled from the response.
-
-=item *
-
 The standard way to initialize a FormFu object is done with a Catalyst
 plugin. I prefer to initialize different forms in the same controller
 action.
@@ -37,11 +30,6 @@
 HTML::FormHandler gives me the confidence that it's flexible enough
 for any challenge.
 
-=item *
-
-You can place all of the HTML::FormHandler, taking it out of the
-controller.
-
 =back
 
 This tutorial includes a fairly simple example that provides an




More information about the Catalyst-commits mailing list