Index: openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl 13 Feb 2006 13:01:56 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl 13 Feb 2006 13:05:50 -0000 1.4 @@ -18,4 +18,9 @@ del } +# We've successfully processed the submission. +# Clear the pagination cache. + +cache flush notes* + ad_returnredirect "./" Index: openacs-4/packages/acs-templating/www/doc/demo/list8/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list8/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/demo/list8/index.tcl 13 Feb 2006 12:37:53 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list8/index.tcl 13 Feb 2006 13:05:50 -0000 1.2 @@ -41,7 +41,6 @@ -key "template_demo_note_id" \ -page_size 3 \ -page_query_name template_demo_notes_paginate \ - -page_flush_p 1 \ -actions $actions \ -bulk_actions { "Delete Checked Notes" "delete" "Delete Checked Notes"