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.332.2.127 -r1.332.2.128 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 15 Dec 2022 19:30:02 -0000 1.332.2.127 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 9 Jan 2023 15:15:22 -0000 1.332.2.128 @@ -3263,6 +3263,12 @@ if {$nocache} { next } else { + # + # Cache the parameter value regardless of the notation with + # "name:valueconstraint" + # + regexp {^([^:]+):.*$} $attribute _ attribute + set key [list ${:id} [self proc] $attribute] if {[nsf::is object "::xo::cc"]} { if {[::xo::cc cache_exists $key]} {