Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.338 -r1.339 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Mar 2009 14:15:40 -0000 1.338 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 26 Mar 2009 13:19:31 -0000 1.339 @@ -1976,7 +1976,7 @@ # The resulting page should be either a Form (PageTemplate) or # a FormPage (PageInstance) # - # my msg "parent of self [my name] is [$form_obj name] type [$form_obj info class]" + #my msg "parent of self [my name] is [$form_obj name] type [$form_obj info class]" # # If it is as well a PageInstance, we find the information in the # properties of this page. @@ -2000,6 +2000,7 @@ # which might not contain it, if e.g. the first form is a plain # wiki page. # + #my msg "resolve property $var=>[my exists_property $var]" if {[my istype ::xowiki::FormPage] && [my exists_property $var]} { #my msg "returning local property [my property $var]" return [my property $var]