On Wednesday 25 June 2003 9:41 am, A.M. Kuchling wrote: > Comments, suggestions, additional text? bug in example code? learn/2.html form = CategoryEditForm(self) should be form = CategoryEditForm(self.category) since self is an instance of CategoryUI.