Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 53908 invoked from network); 6 Sep 2005 22:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 22:11:34 -0000 Received: (qmail 34934 invoked by uid 500); 6 Sep 2005 22:11:33 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 34913 invoked by uid 500); 6 Sep 2005 22:11:32 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 34900 invoked by uid 99); 6 Sep 2005 22:11:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 15:11:31 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6D302361 for ; Wed, 7 Sep 2005 00:11:30 +0200 (CEST) Message-ID: <208567139.1126044690445.JavaMail.jira@ajax.apache.org> Date: Wed, 7 Sep 2005 00:11:30 +0200 (CEST) From: "Yongqin Xu (JIRA)" To: dev@beehive.apache.org Subject: [jira] Created: (BEEHIVE-908) missing "onCreate()" and "onDestroy()" methods in pageflow_tutorial Controller.java Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N missing "onCreate()" and "onDestroy()" methods in pageflow_tutorial Controller.java ----------------------------------------------------------------------------------- Key: BEEHIVE-908 URL: http://issues.apache.org/jira/browse/BEEHIVE-908 Project: Beehive Type: Bug Components: Documentation Versions: V1 Environment: WinXP SP2 Reporter: Yongqin Xu Priority: Minor in step 2, section "Examine the Controller.java and index.jsp Files", the Controller.java from netui-blank is missing: /** * Callback that is invoked when this controller instance is created. */ protected void onCreate() { } /** * Callback that is invoked when this controller instance is destroyed. */ protected void onDestroy(HttpSession session) { } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira