From adffaces-issues-return-1973-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Mar 16 08:15:42 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 28052 invoked from network); 16 Mar 2007 08:15:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 08:15:37 -0000 Received: (qmail 80422 invoked by uid 500); 16 Mar 2007 08:15:41 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 80411 invoked by uid 500); 16 Mar 2007 08:15:41 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 80396 invoked by uid 99); 16 Mar 2007 08:15:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 01:15:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 01:15:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7220E714086 for ; Fri, 16 Mar 2007 01:15:10 -0700 (PDT) Message-ID: <4237976.1174032910465.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 01:15:10 -0700 (PDT) From: =?utf-8?Q?Matthias_We=C3=9Fendorf_=28JIRA=29?= To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-276) Skin family defaulting should be in the renderkit, not the RequestContext In-Reply-To: <23656006.1162491078063.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ADFFACES-276?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias We=C3=9Fendorf updated ADFFACES-276: ---------------------------------------- Fix Version/s: 1.0.0-incubating-core Affects Version/s: 1.0.0-incubating-core > Skin family defaulting should be in the renderkit, not the RequestContext > ------------------------------------------------------------------------- > > Key: ADFFACES-276 > URL: https://issues.apache.org/jira/browse/ADFFACES-276 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Components: Skinning > Affects Versions: 1.0.0-incubating-core > Reporter: Adam Winer > Assigned To: Adam Winer > Fix For: 1.0.0-incubating-core > > > Currently, RequestContext.getSkinFamily() defaults to "minimal" if it is = not explicitly set. However, that makes it impossible for a renderkit to p= ick a different default, as there's no way to tell the difference between a= default of "minimal" (which should be overridden) and an explicit user cho= ice of "minimal" (which should be honored). > RequestContext.getSkinFamily() should return null by default, not "minima= l"; and the RenderKit should pick what null means. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.