Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 29274 invoked from network); 16 Aug 2006 16:14:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 16:14:46 -0000 Received: (qmail 13650 invoked by uid 500); 16 Aug 2006 16:14:44 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 13592 invoked by uid 500); 16 Aug 2006 16:14:44 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 13581 invoked by uid 99); 16 Aug 2006 16:14:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 09:14:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.86.89.66] (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (209.86.89.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 09:14:42 -0700 Received: from [66.45.35.130] (helo=FINGOS) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GDO28-0008IB-PA for dev@myfaces.apache.org; Wed, 16 Aug 2006 12:14:20 -0400 From: "Eric Fingal" To: Subject: Overriding default NavigationHandlerImpl Date: Wed, 16 Aug 2006 12:14:20 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0044_01C6C12D.8136D020" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcbBTwfpQVo5416BQt+9rCb9W4/pDg== Message-ID: X-ELNK-Trace: 9db52930afa1c2dca99c02d1653ca5e740683398e744b8a4386f9528e10f4da0be6e3c85c5fa84c03ca473d225a0f487350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.45.35.130 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0044_01C6C12D.8136D020 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I want to create a custom NavigationHandler that will look at where navigation came from along with where it will go based on the default behavior of looking in the faces configuration. I see that in version 1.1.4 source code of NavigationHandlerImpl there is a protected method named getNavigationCase(). This is just what I need to call in order to determine where I would go if I left navigation up to the the default handler. However, in version 1.1.3 this protected method is not available. So. Is 1.1.4 available yet? Or could I copy the source code that figures out what the next navigation case is and use it in my NavigationHandler? I don't like the idea of copying code, but I need the same functionality. Any suggestions will be appreciated! Eric ------=_NextPart_000_0044_01C6C12D.8136D020 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I want to create a custom NavigationHandler that will = look at where navigation came from along with where it will go based on the = default behavior of looking in the faces configuration.  I see that in = version 1.1.4 source code of NavigationHandlerImpl there is a protected method named = getNavigationCase().  This is just what I need to call in order to determine where I would go = if I left navigation up to the the default handler.  However, in version = 1.1.3 this protected method is not available.  So…   Is 1.1.4 = available yet?  Or could I copy the source code that figures out what the next navigation = case is and use it in my NavigationHandler?  I don’t like the idea of = copying code, but I need the same functionality.

 

Any suggestions will be = appreciated!

 

Eric

------=_NextPart_000_0044_01C6C12D.8136D020--