Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 39724 invoked from network); 6 Nov 2009 18:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 18:42:57 -0000 Received: (qmail 50835 invoked by uid 500); 6 Nov 2009 18:42:56 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 50775 invoked by uid 500); 6 Nov 2009 18:42:56 -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 50715 invoked by uid 99); 6 Nov 2009 18:42:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 18:42:56 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 18:42:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F998234C4AB for ; Fri, 6 Nov 2009 10:42:32 -0800 (PST) Message-ID: <830562195.1257532952587.JavaMail.jira@brutus> Date: Fri, 6 Nov 2009 18:42:32 +0000 (UTC) From: "Jeanne Waldman (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (TRINIDAD-1628) Add the ability to change the skin-family via the requestMap for DesignTime mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Add the ability to change the skin-family via the requestMap for DesignTime mode -------------------------------------------------------------------------------- Key: TRINIDAD-1628 URL: https://issues.apache.org/jira/browse/TRINIDAD-1628 Project: MyFaces Trinidad Issue Type: Improvement Components: Skinning Reporter: Jeanne Waldman Assignee: Jeanne Waldman Allow the DT to choose the skin by setting a string on the request scope that the RT can read while in design time mode. See CoreRenderingContext's getRequestMapSkin. This already does this but it is limited now for portlets. Expand by allowing Beans.isDesignTime() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.