Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 9511 invoked from network); 28 Dec 2009 14:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Dec 2009 14:07:53 -0000 Received: (qmail 93275 invoked by uid 500); 28 Dec 2009 14:07:52 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 93204 invoked by uid 500); 28 Dec 2009 14:07:52 -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 93196 invoked by uid 99); 28 Dec 2009 14:07:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 14:07:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 28 Dec 2009 14:07:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D99D234C045 for ; Mon, 28 Dec 2009 06:07:29 -0800 (PST) Message-ID: <2102523282.1262009249434.JavaMail.jira@brutus.apache.org> Date: Mon, 28 Dec 2009 14:07:29 +0000 (UTC) From: "Mark Struberg (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-2468) MyFaces needs to support adding a in faces-config.xml In-Reply-To: <132814754.1261904489674.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794812#action_12794812 ] Mark Struberg commented on MYFACES-2468: ---------------------------------------- Hi Jakob! I fear I'm not deep enough into MyFaces to provide a solid patch. I've looked at the sources and it didn't look to difficult at the first glance. But the devil is in the details ;) But I surely would have time to test your patch! Btw: is there another way to use the ViewHandler of facelets-1.1.15.B1 instead of the built-in facelets-2 from MyFaces? If not, then I'd say this is almost a blocker. txs, strub > MyFaces needs to support adding a in faces-config.xml > -------------------------------------------------------------------- > > Key: MYFACES-2468 > URL: https://issues.apache.org/jira/browse/MYFACES-2468 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Reporter: Mark Struberg > Priority: Critical > > The JSF-2 spec defines the tag to enable alternate VDLs via faces-config.xml. > Since there is almost no component library out there which works with the built-in facelets-2 VDL, this is a showstopper for a lot scenarios: > The way I need to use it (tried running RichFaces-3.3.3, Trinidad and PrimeFaces-2.0.CR1) : > in web.xml: > > javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER > true > > and in faces-config.xml: > > com.sun.facelets.FaceletViewHandler > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.