Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.138 -r1.139 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Mar 2008 14:11:59 -0000 1.138 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Mar 2008 21:55:02 -0000 1.139 @@ -665,7 +665,6 @@ foreach f $form_fields { if {[$f name] eq $name} {set found 1; break} } - my msg "form_field $name, found = $found" if {!$found} { set f [my create_raw_form_field -name $name -slot [my find_slot $name]] } @@ -1031,7 +1030,7 @@ foreach f $form_fields { if {[string match "__category_*" [$f name]]} { $f render_item - } elseif {[$f istype "::xowiki::FormField::richtext::wym"]} { + } elseif {[$f ismixin "::xowiki::FormField::richtext::wym"]} { set submit_button_class "wymupdate" } elseif {[$f istype "::xowiki::CompoundField"]} { foreach c [$f components] {