Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 98346 invoked from network); 30 Aug 2005 17:53:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2005 17:53:13 -0000 Received: (qmail 45941 invoked by uid 500); 30 Aug 2005 17:53:13 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 45743 invoked by uid 500); 30 Aug 2005 17:53:12 -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 45730 invoked by uid 99); 30 Aug 2005 17:53:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 10:53:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of richfeit@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 10:53:28 -0700 Received: by zproxy.gmail.com with SMTP id i1so846206nzh for ; Tue, 30 Aug 2005 10:53:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=Nb9JgwxqiJ5tTilnegMZdjKf+znRP6snkhaVTzGjrUHDY/aD99G1KtW/37yzC1EWN6BDaCZS+N1wx9IXORYSaAjrbGFyUMGEy/SvFci8W+oNzkht38FZYewVRKnkP7yh9jxzI5214u0Hw5ktxPi+oDVVnr6flPU4Qy7f8wAMQNY= Received: by 10.36.50.10 with SMTP id x10mr1973990nzx; Tue, 30 Aug 2005 10:53:11 -0700 (PDT) Received: from ?10.36.33.148? ( [63.96.174.247]) by mx.gmail.com with ESMTP id r1sm1349972nzd.2005.08.30.10.53.10; Tue, 30 Aug 2005 10:53:11 -0700 (PDT) Message-ID: <43149D04.2060608@gmail.com> Date: Tue, 30 Aug 2005 11:53:08 -0600 From: Rich Feit User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers Subject: Re: [Fwd: [jira] Created: (BEEHIVE-901) Cannot forward to an inherited simple action] References: <43149016.5000708@gmail.com> <40f0265405083010404875215a@mail.gmail.com> In-Reply-To: <40f0265405083010404875215a@mail.gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 OK, thanks for the feedback. Will check in shortly unless I get any negative vibes very soon. Rich Daryl Olander wrote: >+1 > >On 8/30/05, Eddie O'Neil wrote: > > >>Yeah, I agree -- it does seem like something that's worth fixing. >> >>Glad we caught it. >> >>Eddie >> >> >> >>On 8/30/05, Rich Feit wrote: >> >> >>>Hi all, >>> >>>I would like to add the fix for this bug (just found) into V1. If it >>>isn't fixed, you can't forward to inherited actions from within a page >>>flow. I've attached the diffs to the bug -- any comments on this? >>> >>>Rich >>> >>>-------- Original Message -------- >>>Subject: [jira] Created: (BEEHIVE-901) Cannot forward to an inherited >>>simple action >>>Date: Tue, 30 Aug 2005 18:49:04 +0200 (CEST) >>>From: Rich Feit (JIRA) >>>To: rfeit@bea.com >>> >>> >>> >>>Cannot forward to an inherited simple action >>>-------------------------------------------- >>> >>>Key: BEEHIVE-901 >>>URL: http://issues.apache.org/jira/browse/BEEHIVE-901 >>>Project: Beehive >>>Type: Bug >>>Components: NetUI >>>Versions: v1m1 >>>Reporter: Rich Feit >>>Assigned to: Rich Feit >>>Fix For: V1 >>> >>> >>>Repro: >>> >>>Create and build the following page flow controllers: >>> >>>--- >>>@Jpf.Controller( >>>simpleActions={ >>>@Jpf.SimpleAction(name="simpleAction", path="index.jsp") >>>} >>>) >>>public abstract class BaseController extends PageFlowController >>>{ >>>} >>>--- >>>@Jpf.Controller( >>>simpleActions={ >>>@Jpf.SimpleAction(name="begin", action="simpleAction") >>>} >>>) >>>public class DerivedController extends BaseController >>>{ >>>} >>>--- >>> >>>EXPECTED: compiles file >>>ACTUAL: get the following error: >>> >>>[apt] >>> >>> >>C:\temp\todelete\inherit\WEB-INF\.tmpbeansrc\pageFlowCore\inheritActions\derived\Controller.java:14: >>Action "simpleAction" was not found. >> >> >>>[apt] public class Controller extends >>> >>> >>pageFlowCore.inheritActions.base.Controller >> >> >>>[apt] ^ >>>[apt] 1 error >>> >>>-- >>>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 >>> >>> >>> >>> >>> >>> > > >