Add tip about use statement and element container class.
Kennedy Clark [Fri, 7 Jul 2006 02:54:34 +0000 (02:54 +0000)]
lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod

index bd79212..6116797 100644 (file)
@@ -614,6 +614,10 @@ C<use> for your element container class:
 
     use FormElementContainer;
 
+B<Note:> If you forget to C<use> 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<HTML::Widget> to use that class during rendering by updating
 C<make_book_widget> to match the following: