From adffaces-user-return-1504-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Tue Dec 05 16:23:29 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 58056 invoked from network); 5 Dec 2006 16:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 16:23:28 -0000 Received: (qmail 88078 invoked by uid 500); 5 Dec 2006 16:23:36 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 88063 invoked by uid 500); 5 Dec 2006 16:23:36 -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 88048 invoked by uid 99); 5 Dec 2006 16:23:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 08:23:36 -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.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 08:23:25 -0800 Received: by ug-out-1314.google.com with SMTP id y2so4077707uge for ; Tue, 05 Dec 2006 08:23:03 -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=H0GH2b4y1HjiFEF6BHo+KjxvAi3T3i/v0Z9Xa+JHep/pe+/o/l7s2onnIktk1K+lnCv4e6aloXxyFEXQngd4P7HxIlbrsXoZnojno4KAaD7AjWUo5SVL0qfZncI4MifqraaYqtKTcbeYYGRjWv/A2Ug1LT0ckhXY+i9jKgJaRJw= Received: by 10.67.97.7 with SMTP id z7mr13937920ugl.1165335782812; Tue, 05 Dec 2006 08:23:02 -0800 (PST) Received: by 10.67.99.17 with HTTP; Tue, 5 Dec 2006 08:23:02 -0800 (PST) Message-ID: <6dac79b90612050823i4e1c8b18sa6548f0102791952@mail.gmail.com> Date: Tue, 5 Dec 2006 08:23:02 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: 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: <6dac79b90612040850v11748eeds5c709fce1ff6e19c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Nope, that looks right. Is it just: component-family javax.faces.Output, renderer-type=javax.faces.Link ... or are there other component-family/renderer-type pairs that are having problems? -- Adam On 12/4/06, Chris Lowe wrote: > Thanks for the reply Adam, my render kit in faces-config.xml is defined as: > > > org.apache.myfaces.trinidad.core > > > > Is there anything else that I need to do? > > Cheers, > > Chris. > > On 04/12/06, Adam Winer wrote: > > > > 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. > > > > > > > > > >