From: Kennedy Clark Date: Fri, 7 Jul 2006 02:54:34 +0000 (+0000) Subject: Add tip about use statement and element container class. X-Git-Tag: 5.7099_04~401 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fb39c27a729c8382fc47f5cc5699e66aa2c6b09c;hp=292eba91f41f6be26c6f432293a39b0ea938429d Add tip about use statement and element container class. --- diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index bd79212..6116797 100644 --- a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod @@ -614,6 +614,10 @@ C for your element container class: use FormElementContainer; +B If you forget to C your container class in your +controller, then your form will not be displayed and no error messages +will be generated. Don't forget this important step! + Then tell C to use that class during rendering by updating C to match the following: