From adffaces-user-return-1486-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon Dec 04 16:51:15 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 95163 invoked from network); 4 Dec 2006 16:51:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 16:51:15 -0000 Received: (qmail 69557 invoked by uid 500); 4 Dec 2006 16:51:23 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 69540 invoked by uid 500); 4 Dec 2006 16:51:23 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 69527 invoked by uid 99); 4 Dec 2006 16:51:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 08:51:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awiner@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 08:51:11 -0800 Received: by ug-out-1314.google.com with SMTP id y2so3674740uge for ; Mon, 04 Dec 2006 08:50:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A6sIfbUSqp17uuRDH679dsk3gGFvdVlrzjap+XqN+mo18LQyaTqS5bzA9i6j+8C1hutwDRK616BdODZGgkDmrL0m6UUIurzxXac7gINTV/VOEd8f76Wrmdgu2M7eMVIlgj8upPtoCtDzi12Dux/pqm4A7U8pR43rr6mm2+3nfHk= Received: by 10.67.91.6 with SMTP id t6mr12293221ugl.1165251050526; Mon, 04 Dec 2006 08:50:50 -0800 (PST) Received: by 10.67.102.2 with HTTP; Mon, 4 Dec 2006 08:50:50 -0800 (PST) Message-ID: <6dac79b90612040850v11748eeds5c709fce1ff6e19c@mail.gmail.com> Date: Mon, 4 Dec 2006 08:50:50 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: No Renderer found for component In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Have you set the default-render-kit-id in your faces-config.xml to the Trinidad renderkit? -- Adam On 12/3/06, Chris Lowe wrote: > Hello All, > > I've just started to use the Trinidad component set with Facelets 1.1.11/Seam > 1.1 and my pages now produce *lots* of output similar to the following. > Could anyone tell me what I'm missing or need to do in order to stop these > messages? > > 13:51:48,562 ERROR [STDERR] 03-Dec-2006 13:51:48 > org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer > WARNING: Renderer 'javax.faces.Link' not found for component family ' > javax.faces.Output' > 13:51:48,562 INFO [[/ripuk]] No Renderer found for component > {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: > /view/public/order-format.xhtml][Class: > org.apache.myfaces.trinidad.component.html.HtmlBody ,Id: _id9][Class: > org.jboss.seam.ui.HtmlLink,Id: lnkTermsAndConditions]} (component-family= > javax.faces.Output, renderer-type=javax.faces.Link) > 13:51:48,562 WARN [UIComponentBase] No Renderer found for component > {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: > /view/public/order-format.xhtml][Class: > org.apache.myfaces.trinidad.component.html.HtmlBody,Id: _id9][Class: > org.jboss.seam.ui.HtmlLink,Id: lnkTermsAndConditions]} (component-family= > javax.faces.Output, renderer-type=javax.faces.Link) > > Best Regards, > > Chris. > >