Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 93253 invoked from network); 22 Feb 2008 22:32:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 22:32:41 -0000 Received: (qmail 14005 invoked by uid 500); 22 Feb 2008 22:32:32 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 13960 invoked by uid 500); 22 Feb 2008 22:32:32 -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 13940 invoked by uid 99); 22 Feb 2008 22:32:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 14:32:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.rw.robinson@gmail.com designates 72.14.246.242 as permitted sender) Received: from [72.14.246.242] (HELO ag-out-0708.google.com) (72.14.246.242) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 22:31:59 +0000 Received: by ag-out-0708.google.com with SMTP id 31so1919072agc.0 for ; Fri, 22 Feb 2008 14:32:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=uz+D7z47rckX6T2JYXz+Lt4VtmdYzSNCQr3c/Xo8phw=; b=Xbgvqd9q0q7Y0RilN5uSC2B9iJXOiUckxTr+8H7gHTpMzVHvWtK0pB66C4NrkFAoYE3ZwkU9XEfXcYsOpK4gg/lYsRdfJyZFG6jrB59tR5idRMGBHAY6/bERCx1HPbzzDMBE4WCKonpYWzSAMN+5qhrSjPeXvO4ETtFl8ifVay4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GFx9Luha6ppfLBNU6T+SnPzW2mKE9jduW49ldcdDJPvEQVhNPncQs6RwTR/GCwB5nzlqESpQLswgvUjNHl2QDtqPDzFzx+XwvxYyM5HQLi+NtXZwV/E/e+4Saklidh/eeDycECudQaOss79SuJoAmNkqjkHgimLyhqbflgds+3Y= Received: by 10.143.33.19 with SMTP id l19mr529979wfj.18.1203719526882; Fri, 22 Feb 2008 14:32:06 -0800 (PST) Received: by 10.142.127.9 with HTTP; Fri, 22 Feb 2008 14:32:06 -0800 (PST) Message-ID: Date: Fri, 22 Feb 2008 15:32:06 -0700 From: "Andrew Robinson" To: "MyFaces Discussion" Subject: Re: [Trinidad] Facelets users read this In-Reply-To: <47BF36BF.3070009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47BF36BF.3070009@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I don't imagine we will see any more facelet releases until it becomes part of JSF 2.0. I think the 1.1.x line is pretty much dead. On Fri, Feb 22, 2008 at 1:55 PM, Scott O'Bryan wrote: > Thanks for fixing this Andrew. I hate the fact that JSF 1.2 > StateManagers and JSF 1.1 StateManagers have trouble co-existing. I > wonder if we could have Facelets redo their StateManager to work with > 1.2 as well. I imagine any JSF 1.2 state manager will run into the same > issue we did... > > Scott > > > > Andrew Robinson wrote: > > Trinidad 1.2.6 is not compatible with JSF 1.1 state saving managers. > > This is now fixed on the trunk (1.2.7-SNAPSHOT). > > > > Here is the issue: > > https://issues.apache.org/jira/browse/TRINIDAD-955 > > > > If you are using facelets with JSF 1.2 (Trinidad 1.0.x is unaffected), > > you will need to run on 1.2.5 or 1.2.7-SNAPSHOT. > > > > -Andrew > > > >