Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.152 -r1.153 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 23 Nov 2008 18:43:43 -0000 1.152 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 25 Nov 2008 11:59:21 -0000 1.153 @@ -644,11 +644,11 @@ # if {![info exists parent_id]} {set parent_id [my folder_id]} set item_id [::xo::db::CrClass lookup -name $name -parent_id $parent_id] - my msg "lookup $name $parent_id returns $item_id" + #my msg "lookup $name $parent_id returns $item_id" if {$item_id == 0} { foreach package [my package_path] { set item_id [$package lookup -name $name] - my msg "lookup from package $package $name returns $item_id" + #my msg "lookup from package $package $name returns $item_id" if {$item_id != 0} break } } 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.200 -r1.201 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 23 Nov 2008 18:43:43 -0000 1.200 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Nov 2008 11:59:22 -0000 1.201 @@ -1688,6 +1688,7 @@ my parent_id [$package_id folder_id] } set f [FormPage new -destroy_on_cleanup \ + -name "" \ -package_id $package_id \ -parent_id [my parent_id] \ -nls_language [my nls_language] \