From dev-return-70429-archive-asf-public=cust-asf.ponee.io@myfaces.apache.org Thu Nov 29 17:13:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 16977180789 for ; Thu, 29 Nov 2018 17:13:04 +0100 (CET) Received: (qmail 85949 invoked by uid 500); 29 Nov 2018 16:13:04 -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 85356 invoked by uid 99); 29 Nov 2018 16:13:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2018 16:13:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 08703C229B for ; Thu, 29 Nov 2018 16:13:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.581 X-Spam-Level: X-Spam-Status: No, score=-0.581 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 2HtoPPw7M6y1 for ; Thu, 29 Nov 2018 16:13:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8A5AF61132 for ; Thu, 29 Nov 2018 16:13:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CC507E261D for ; Thu, 29 Nov 2018 16:13:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 48CAB2775E for ; Thu, 29 Nov 2018 16:13:00 +0000 (UTC) Date: Thu, 29 Nov 2018 16:13:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MYFACES-4267) transient attribute is not inherited from template to final page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-4267?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 703431#comment-16703431 ]=20 ASF GitHub Bot commented on MYFACES-4267: ----------------------------------------- wtlucy opened a new pull request #33: MYFACES-4267 transient template inher= itance issue - 2.2.x URL: https://github.com/apache/myfaces/pull/33 =20 =20 https://issues.apache.org/jira/browse/MYFACES-4267 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org > transient attribute is not inherited from template to final page. > ----------------------------------------------------------------- > > Key: MYFACES-4267 > URL: https://issues.apache.org/jira/browse/MYFACES-4267 > Project: MyFaces Core > Issue Type: Bug > Components: Extension Feature > Affects Versions: 2.3.2 > Reporter: Antgar > Priority: Major > Fix For: 2.3.3, 3.0.0-SNAPSHOT > > > After upgrading from Myfaces 2.2 to 2.3, templated transient views stop t= o work, raising "unable to create views" exceptions. > f:view transient attribute defined in a template seems not to be inherite= d by the final page correctly. With myfaces 2.2 it worked correctly, but in= 2.3, there is a new check=C2=A0 > {code:java} > if (!view.isTransient()) ... > {code} > on FaceletViewDeclarationLanguage line 2128. On page restoring, transient= appears as false. > A workaround is to set transient=3D"true" on the final page too. Other op= tion is to use a block=C2=A0 > {code:java} > > {code} > on the final page (f:metadata doc says it shouldn't be used in templates)= . -- This message was sent by Atlassian JIRA (v7.6.3#76005)