Index: openacs-4/packages/xowf/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/index.vuh,v diff -u -N -r1.6.2.2 -r1.6.2.3 --- openacs-4/packages/xowf/www/index.vuh 25 May 2021 19:45:36 -0000 1.6.2.2 +++ openacs-4/packages/xowf/www/index.vuh 9 Jun 2021 06:40:29 -0000 1.6.2.3 @@ -1,22 +1,24 @@ # -*- tcl -*- ::xowf::Package initialize -ad_doc { - This is the resolver for this package. It turns a request into - an object and executes the object with the computed method + This is the default resolver for the xowf package. In essence, it + determines from the provided method "m" a web-callable method via + the package specific "invoke" method, executes it and returns the + result to the requestor. @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) @creation-date July, 2006 @cvs-id $Id$ } -parameter { {-m:token view} - {-folder_id:integer 0} } ::$package_id log "--starting... [ns_conn url] [ns_conn query] (user_id [xo::cc user_id])" # "form vars = [ns_set keys [ns_getform] *_.*]" # "form vars = [ns_set array [ns_getform]]" ::$package_id reply_to_user [::$package_id invoke -method $m] -::$package_id log "--i ::$package_id DONE" +::$package_id log "--done... [ns_conn url]" + ad_script_abort # Local variables: