Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 52110 invoked from network); 9 Jun 2006 20:27:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 20:27:20 -0000 Received: (qmail 39091 invoked by uid 500); 9 Jun 2006 20:27:19 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 38892 invoked by uid 500); 9 Jun 2006 20:27:18 -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 38881 invoked by uid 99); 9 Jun 2006 20:27:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 13:27:18 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dan.j.allen@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 13:27:18 -0700 Received: by py-out-1112.google.com with SMTP id c59so928472pyc for ; Fri, 09 Jun 2006 13:26:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=neWJhSYcnaZo0NuA3w/pD+9F/tfxPfudMOnOcUY9A1KMKm8n/XWv3K4WHOgHDoKTyVEU9aCtGXSgVnogRAjmhKsAsCZsA0eTRlizSxYt2JcnzubhbzJeeUOZNzPEUd9ByBPiht+zB62IymwoBdPo/OdBXDFDgvYSsQVx8aub57U= Received: by 10.35.33.15 with SMTP id l15mr3283877pyj; Fri, 09 Jun 2006 13:26:57 -0700 (PDT) Received: by 10.35.30.18 with HTTP; Fri, 9 Jun 2006 13:26:57 -0700 (PDT) Message-ID: <19758da0606091326w349fb99bj75a6277388e288b8@mail.gmail.com> Date: Fri, 9 Jun 2006 16:26:57 -0400 From: "Dan Allen" To: dev@myfaces.apache.org Subject: bug in tomahawk HtmlTableRenderer (with patch) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There is a typo in the HtmlTableRenderer for tomahawk that applies the rowStyle value where it should be applying the rowStyleClass value. Here is the patch: --- HtmlTableRenderer.java 2006-06-09 16:24:47.000000000 -0400 +++ HtmlTableRenderer.java.fixed 2006-06-09 16:25:15.000000000 -0400 @@ -443,7 +443,7 @@ } else { - writer.writeAttribute(HTML.CLASS_ATTR, rowStyle, null); + writer.writeAttribute(HTML.CLASS_ATTR, rowStyleClass, null); } if(rowStyle != null) { -- Daniel Allen Registered Linux User #231597 Mojavelinux.com: Open Source Advocacy http://www.mojavelinux.com While I make a strong effort to keep up with my email on a daily basis, life and work come first and, at times, keep me away from my mail for a while. If you contact me and then don't hear back for more than a week, it is very likely that I am excessively backlogged or the message was caught in the filters. Please don't hesitate to resend a message if you feel that it did not reach my attention.