Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.164 -r1.165 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 27 Nov 2009 16:15:43 -0000 1.164 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Dec 2009 07:46:44 -0000 1.165 @@ -1927,6 +1927,8 @@ # ########################################################### + # note that the includelet "include" can be used for implementing symbolic links + # to other xowiki pages. Class include -superclass text -parameter { } include instproc pretty_value {v} { @@ -1945,7 +1947,17 @@ return [$(item_id) render] } + ########################################################### + # + # ::xowiki::formfield::redirect + # + ########################################################### + Class redirect -superclass text + redirect instproc pretty_value {v} { + return [[[my object] package_id] returnredirect $v] + } + ########################################################### # # ::xowiki::formfield::CompoundField