Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 17384 invoked from network); 23 Aug 2006 07:11:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 07:11:24 -0000 Received: (qmail 19174 invoked by uid 500); 23 Aug 2006 07:11:23 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 19058 invoked by uid 500); 23 Aug 2006 07:11:23 -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 18889 invoked by uid 99); 23 Aug 2006 07:11:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 00:11:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 00:11:21 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED1B1410026 for ; Wed, 23 Aug 2006 07:08:14 +0000 (GMT) Message-ID: <2951632.1156316894968.JavaMail.jira@brutus> Date: Wed, 23 Aug 2006 00:08:14 -0700 (PDT) From: "Petrenko Oleksandr (JIRA)" To: dev@beehive.apache.org Subject: [jira] Created: (BEEHIVE-1139) Differences in project created with apache-beehive-1.0.1\ant\beehive-runtime.xml and documentation that describes it 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 Differences in project created with apache-beehive-1.0.1\ant\beehive-runtime.xml and documentation that describes it -------------------------------------------------------------------------------------------------------------------- Key: BEEHIVE-1139 URL: http://issues.apache.org/jira/browse/BEEHIVE-1139 Project: Beehive Issue Type: Bug Components: Documentation, NetUI Affects Versions: 1.0.1 Reporter: Petrenko Oleksandr Priority: Minor In docs there is the following example: Controller.java @Jpf.Controller( simpleActions={ @Jpf.SimpleAction(name="begin", path="index.jsp"), @Jpf.SimpleAction(name="toPage2", path="page2.jsp") } ) public class Controller extends PageFlowController { ..... } and the actual annotation should look like: @Jpf.Controller( simpleActions = { @Jpf.SimpleAction(name = "begin", path = "index.jsp"), @Jpf.SimpleAction(name = "toPage2", path = "Page2.jsp") } ) public class Controller extends PageFlowController { .... } -- 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