Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 39749 invoked from network); 5 Jul 2000 08:23:58 -0000 Received: from bureau6.utcc.utoronto.ca (128.100.132.16) by locus.apache.org with SMTP; 5 Jul 2000 08:23:58 -0000 Received: from whq-p02-58-225.who.int ([158.232.58.225] EHLO utoronto.ca ident: TIMEDOUT [port 4977]) by bureau6.utcc.utoronto.ca with ESMTP id <464133-9024>; Wed, 5 Jul 2000 04:23:54 -0400 Message-ID: <3962EFB3.69758E8F@utoronto.ca> Date: Wed, 05 Jul 2000 10:20:03 +0200 From: Alex Muc X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Cocoon 1.7.4, XSP and hasChanged Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, The changes history says that Cocoon 1.7.3 included the ability to call hasChanged(Object request) on an XSP. I'm using Cocoon 1.7.4 and it doesn't seem to work correctly. Has this been changed back? Being able to check whether a page should be served from the cache or reprocessed is very important. For example, the following XSP page should print to Stdout every time the hasChanged method is called, but for some reason it doesn't. Can anyone tell me why this isn't working? Below is the sample page. Thanks Alex java.util.* java.sql.* System.out.println("in treeview.xml"); Category Overview