From adffaces-user-return-1510-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Tue Dec 05 22:48:00 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 91832 invoked from network); 5 Dec 2006 22:48:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 22:48:00 -0000 Received: (qmail 27497 invoked by uid 500); 5 Dec 2006 22:48:08 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 27479 invoked by uid 500); 5 Dec 2006 22:48:07 -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 27470 invoked by uid 99); 5 Dec 2006 22:48:07 -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 14:48:07 -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.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 14:47:56 -0800 Received: by ug-out-1314.google.com with SMTP id y2so9610uge for ; Tue, 05 Dec 2006 14:47:35 -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=sfuSJO4HBLd95JR89hClwMSmewLEM/4l7nxZt4/TIrJmhAZ0moV30ZSy0603rR137DcGi6pOUC6tGa/2ZYs27NMaZYe1a55XHN/vpm0Y9yPyuQrftPiiXAlPtYgWgmfIXdzRONITsIeh7NDnQ43EmuQb7Y9vA6XPD/6EQH95CLc= Received: by 10.67.97.7 with SMTP id z7mr1230ugl.1165358854797; Tue, 05 Dec 2006 14:47:34 -0800 (PST) Received: by 10.67.99.17 with HTTP; Tue, 5 Dec 2006 14:47:34 -0800 (PST) Message-ID: <6dac79b90612051447k5c43b2fajd690bbf7c1547a06@mail.gmail.com> Date: Tue, 5 Dec 2006 14:47:34 -0800 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: 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> <6dac79b90612050823i4e1c8b18sa6548f0102791952@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I'd be curious to know how Seam registers the renderer for s:link. If they're doing something a bit funky, it might cause these problems. -- Adam On 12/5/06, Chris Lowe wrote: > Hi Adam, > > There is only output for the link. I am using Seam's component on > the pages that are generating this output. This may be causing the output - > if so, is there anything that I need to configure? > > Cheers, > > Chris. > > > > On 05/12/06, Adam Winer wrote: > > > > 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.RenderKitBasegetRenderer > > > > > 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. > > > > > > > > > > > > > > > > > > > > > > > >