# -*- 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 @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) @creation-date July, 2006 @cvs-id $Id: index.vuh,v 1.1.2.1 2014/09/01 11:01:22 gustafn Exp $ } -parameter { {-m view} {-folder_id:integer 0} } ::$package_id log "--starting... [ns_conn url] [ns_conn query]" # "form vars = [ns_set array [ns_getform]]" ::$package_id reply_to_user [::$package_id invoke -method $m] ::$package_id log "--i ::$package_id DONE" ad_script_abort