From jira-events at lists.jboss.org Wed Apr 4 10:31:47 2012 Content-Type: multipart/mixed; boundary="===============1300371216720871936==" MIME-Version: 1.0 From: Rene O (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12143) [rich:extendedDataTable] setColumnWidth doesn't work correct if 2 tables exists with columns with the same column-id Date: Wed, 04 Apr 2012 10:31:47 -0400 Message-ID: <1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============1300371216720871936== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Rene O created RF-12143: --------------------------- Summary: [rich:extendedDataTable] setColumnWidth doesn't work = correct if 2 tables exists with columns with the same column-id Key: RF-12143 URL: https://issues.jboss.org/browse/RF-12143 Project: RichFaces Issue Type: Bug Security Level: Public (Everyone can see) Affects Versions: 4.2.1.CR1 Reporter: Rene O If you have 2 tables with different table-ids but with identic column-ids, = setColumnWidth doesn't work {code:title=3Dexample.xhtml} JSF Test = = = = ColA #{item.itemA} = = ColAB #{itemB.itemA} {code} If you change within tableB the column-id from 'colA' to 'colB' and change = within onready of tableB from '#{rich:component('tableB')}.setColumnWidth('= colA','500');' to '#{rich:component('tableB')}.setColumnWidth('colB','500')= ;', everything works as expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1300371216720871936==--