X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAdvancedCRUD.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FAdvancedCRUD.pod;h=6116797ce15cfb60483a1a4631d98f3c56fc7c00;hb=fb39c27a729c8382fc47f5cc5699e66aa2c6b09c;hp=bd792129513c5ab2748be769780a15e1efdbcc62;hpb=292eba91f41f6be26c6f432293a39b0ea938429d;p=catagits%2FCatalyst-Runtime.git 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: