Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 83669 invoked from network); 22 Mar 2007 13:57:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2007 13:57:39 -0000 Received: (qmail 97505 invoked by uid 500); 22 Mar 2007 13:57:41 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 97477 invoked by uid 500); 22 Mar 2007 13:57:41 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 97466 invoked by uid 99); 22 Mar 2007 13:57:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 06:57:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jbischoff@klkurz.com designates 204.214.85.195 as permitted sender) Received: from [204.214.85.195] (HELO klkurz.com) (204.214.85.195) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 06:57:33 -0700 Received: from [127.0.0.1] by klkurz.com (MDaemon PRO v9.0.1) with ESMTP id md50000088346.msg for ; Thu, 22 Mar 2007 09:56:26 -0400 Message-ID: <46028B84.1060804@klkurz.com> Date: Thu, 22 Mar 2007 09:58:28 -0400 From: Jeff Bischoff User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: Flow from backing bean to page while also initializing second backing bean? References: <46027BA5.3060309@oma.be> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: jbischoff@klkurz.com X-Spam-Processed: klkurz.com, Thu, 22 Mar 2007 09:56:26 -0400 (not processed: message from valid local sender) X-MDRemoteIP: 201.201.10.112 X-Return-Path: jbischoff@klkurz.com X-MDaemon-Deliver-To: users@myfaces.apache.org X-Virus-Checked: Checked by ClamAV on apache.org Joe, It is possible. I replied to you on facelets list. Look at combining the code I provided with Werner's third solution. That should give you full control... Joe Reger, Jr. wrote: > Thanks for the ideas and help. Based on what you're saying it sounds like > there's no way to do what I'm looking to do? > > Later, > > Joe >