From jira-events at lists.jboss.org Wed Apr 4 10:31:47 2012 Content-Type: multipart/mixed; boundary="===============5811745727910792964==" 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> --===============5811745727910792964== 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 --===============5811745727910792964==-- From jira-events at lists.jboss.org Wed Apr 4 12:57:47 2012 Content-Type: multipart/mixed; boundary="===============6623417042583071396==" MIME-Version: 1.0 From: Jan Papousek (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 12:57:47 -0400 Message-ID: <2006552818.54646.1333558667415.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============6623417042583071396== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Jan Papousek reassigned RF-12143: --------------------------------- Assignee: Jan Papousek = > [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 > Assignee: Jan Papousek > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============6623417042583071396==-- From jira-events at lists.jboss.org Wed Apr 4 12:59:47 2012 Content-Type: multipart/mixed; boundary="===============0639513036229097603==" MIME-Version: 1.0 From: Jan Papousek (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 12:59:47 -0400 Message-ID: <741210702.54649.1333558787354.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============0639513036229097603== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12681794#com= ment-12681794 ] = Jan Papousek commented on RF-12143: ----------------------------------- I'll create a new sample in Metamer to reproduce this issue. = > [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 > Assignee: Jan Papousek > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============0639513036229097603==-- From jira-events at lists.jboss.org Thu Apr 5 02:25:47 2012 Content-Type: multipart/mixed; boundary="===============7124959156966001412==" MIME-Version: 1.0 From: Jan Papousek (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: Thu, 05 Apr 2012 02:25:47 -0400 Message-ID: <533877590.55519.1333607147634.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7124959156966001412== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12681905#com= ment-12681905 ] = Jan Papousek commented on RF-12143: ----------------------------------- I've added a new sample to Metamer reproducing this issue. Rene: Thank you for reporting. = > [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 > Assignee: Jan Papousek > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============7124959156966001412==-- From jira-events at lists.jboss.org Thu Apr 5 02:25:47 2012 Content-Type: multipart/mixed; boundary="===============4820979160949671759==" MIME-Version: 1.0 From: Jan Papousek (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: Thu, 05 Apr 2012 02:25:47 -0400 Message-ID: <358331949.55517.1333607147584.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============4820979160949671759== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Jan Papousek updated RF-12143: ------------------------------ Steps to Reproduce: = # deploy Metamer and open http://localhost:8080/metamer/faces/components/ri= chExtendedDataTable/rf-12143.xhtml # columns should be 500px and 800px wide (they are not) = > [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 > Assignee: Jan Papousek > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============4820979160949671759==-- From jira-events at lists.jboss.org Thu Apr 5 02:25:48 2012 Content-Type: multipart/mixed; boundary="===============6106110330215700942==" MIME-Version: 1.0 From: Jan Papousek (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: Thu, 05 Apr 2012 02:25:47 -0400 Message-ID: <49477111.55525.1333607147960.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============6106110330215700942== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Jan Papousek reassigned RF-12143: --------------------------------- Assignee: Brian Leathem (was: Jan Papousek) = > [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 > Assignee: Brian Leathem > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============6106110330215700942==-- From jira-events at lists.jboss.org Tue Apr 10 09:44:48 2012 Content-Type: multipart/mixed; boundary="===============4881486481766670913==" MIME-Version: 1.0 From: Brian Leathem (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: Tue, 10 Apr 2012 09:44:48 -0400 Message-ID: <1615015244.63064.1334065488191.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============4881486481766670913== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem reassigned RF-12143: ---------------------------------- Assignee: (was: Brian Leathem) = > [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} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============4881486481766670913==-- From jira-events at lists.jboss.org Tue Apr 10 12:08:47 2012 Content-Type: multipart/mixed; boundary="===============7121045926219632046==" MIME-Version: 1.0 From: Brian Leathem (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: Tue, 10 Apr 2012 12:08:47 -0400 Message-ID: <2028577291.63681.1334074127803.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7121045926219632046== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-12143: ------------------------------- Fix Version/s: 4.3-Tracking = > [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 > Fix For: 4.3-Tracking > > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============7121045926219632046==-- From jira-events at lists.jboss.org Wed May 23 10:28:18 2012 Content-Type: multipart/mixed; boundary="===============5843092412446512491==" MIME-Version: 1.0 From: Brian Leathem (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, 23 May 2012 10:28:18 -0400 Message-ID: <474357698.102400.1337783298292.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1996722274.54134.1333549907690.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============5843092412446512491== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12143?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-12143: ------------------------------- Component/s: component-tables = > [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) = > Components: component-tables > Affects Versions: 4.2.1.CR1 > Reporter: Rene O > Fix For: 4.3-Tracking > > > If you have 2 tables with different table-ids but with identic column-ids= , setColumnWidth doesn't work > {code:title=3Dexample.xhtml} > > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" = > > > > JSF Test = > > = > > = > > onready=3D"#{rich:component('tableA')}.setColumnWidth('colA','200');= "> > > = > > > > ColA > > #{item.itemA} > > > = > onready=3D"#{rich:component('tableB')}.setColumnWidth('colA','500');= "> > > = > > > > ColAB > > #{itemB.itemA} > > > > > > > {code} > If you change within tableB the column-id from 'colA' to 'colB' and chang= e 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 --===============5843092412446512491==--