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

alexn_org at dev.catalyst.perl.org alexn_org at dev.catalyst.perl.org
Tue Dec 1 21:31:04 GMT 2009


Author: alexn_org
Date: 2009-12-01 21:31:04 +0000 (Tue, 01 Dec 2009)
New Revision: 12134

Modified:
   trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
Log:
added links to FormHandler's docs

Modified: trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod	2009-12-01 21:19:24 UTC (rev 12133)
+++ trunk/examples/CatalystAdvent/root/2009/pen/formhandler.pod	2009-12-01 21:31:04 UTC (rev 12134)
@@ -23,7 +23,7 @@
 
 I don't like it in FormFu that the standard way of defining a form is
 within an YAML file ... I know that many people use that form
-definition for the response rendering but validation rules are
+definition for the response rendering but validation rules are a
 contract of the request and should be decoupled from the response
 
 =item *
@@ -379,6 +379,19 @@
 
     http://localhost:3000/article/add
 
+=head2 Further Reading
+
+=head3 On HTML::FormHandler
+
+See L<HTML::FormHandler::Manual::Intro> for a more complex example
+with custom validators and notes about template rendering.
+
+Also, checkout L<HTML::FormHandler::Manual::Cookbook>,
+L<HTML::FormHandler::Manual::Tutorial> and the others documents in the
+L<HTML::FormHandler::Manual>.
+
+=head3 On Catalyst
+
 =head1 AUTHOR
 
 Alexandru Nedelcu <alex at sinapticode.com>




More information about the Catalyst-commits mailing list