Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 61216 invoked from network); 9 Nov 2005 22:54:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 22:54:48 -0000 Received: (qmail 75508 invoked by uid 500); 9 Nov 2005 22:54:34 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 75480 invoked by uid 500); 9 Nov 2005 22:54:34 -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 75469 invoked by uid 99); 9 Nov 2005 22:54:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 14:54:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of thomas.spiegl@gmail.com designates 64.233.162.193 as permitted sender) Received: from [64.233.162.193] (HELO zproxy.gmail.com) (64.233.162.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 14:54:27 -0800 Received: by zproxy.gmail.com with SMTP id m22so254394nzf for ; Wed, 09 Nov 2005 14:54:12 -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=HbYi9MNp/wJkcFE/SUDXRbTgL4t1R3+VqxEW8zgQKSKNsaKxY1Eh0BQ2ejCPCS9GtEJXVBLZL2IfzTNEHD7Dz/Po4E2K/XVITiC9UQW2tuDsjMf0P0c560KGPgHEITMYSfFNBP4kg97TADOp7dUbnWn9K9wh1/SbmwcUOTA4FS4= Received: by 10.36.178.7 with SMTP id a7mr47455nzf; Wed, 09 Nov 2005 14:54:12 -0800 (PST) Received: by 10.36.8.6 with HTTP; Wed, 9 Nov 2005 14:54:12 -0800 (PST) Message-ID: <18ff88f90511091454x5b5a2240ob795932875256aae@mail.gmail.com> Date: Wed, 9 Nov 2005 23:54:12 +0100 From: Thomas Spiegl To: MyFaces Development Subject: Re: Possible bug in extended HtmlDataTable In-Reply-To: <6fb7b5810511091411v3724d933sf4ca6b10ff4cdb7a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6fb7b5810511091411v3724d933sf4ca6b10ff4cdb7a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This does not seem to be the problem. The renderer type for org.apache.myfaces.component.html.ext.HtmlDataTable is set to "org.apache.myfaces.Table" in HtmlDataTable's constructor (DEFAULT_RENDERER_TYPE =3D "org.apache.myfaces.Table"). Can you explore the problem again? . On 11/9/05, Ryan Wynn wrote: > I am using shale clay with myfaces. So like facelets, I am not using js= p > but rather html/xml templates. > > I noticed that the myfaces extended HtmlDataTable component was defaultin= g > to the renderer type javax.faces.Table (inherited) instead of the correc= t > type org.apache.myfaces.Table. > > I looked at the jsp tag and found out that org.apache.myfaces.Table is be= ing > set on the component there. So to patch it I just set the rendererType > explicitly in the clay config. But it seems to me that the component shou= ld > default to an appropriate renderer, instead of relying on the tag to do i= t. > > Any thoughts? I will submit a bug to JIRA if the group agrees. From wha= t I > have seen most components declare a constant String DEFAULT_RENDERER_TYPE= . > > > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces