From jira-events at lists.jboss.org Tue Jun 22 07:04:46 2010 Content-Type: multipart/mixed; boundary="===============5339241165393855499==" MIME-Version: 1.0 From: Damien Gouyette (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-8471) If a a4j:poll reRenders an id of a dataTable column polling stops working Date: Tue, 22 Jun 2010 07:04:46 -0400 Message-ID: <536128422.12202.1277204686601.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 134261909.1267726030177.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com --===============5339241165393855499== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/RF-8471?page=3Dcom.atlassian.jira.plug= in.system.issuetabpanels:all-tabpanel ] Damien Gouyette updated RF-8471: -------------------------------- Attachment: RF-8471.zip A sample that can't reproduce the problem > If a a4j:poll reRenders an id of a dataTable column polling stops working > ------------------------------------------------------------------------- > > Key: RF-8471 > URL: https://jira.jboss.org/browse/RF-8471 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-tables > Affects Versions: 3.3.2.SR1 > Reporter: Kai G=C3=BClzau > Assignee: Nick Belaevski > Priority: Minor > Fix For: Future_3.X > > Attachments: RF-8471.zip > > > If a a4j:poll reRenders an id of a dataTable column polling stops working. > Use this code to reproduce: > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > = > > dummy > > = > > > > > > > The response of the poll request is missing the polling script: > > > > </head> > <body> > <table> > <tr> > <td class=3D"rich-table-cell" id=3D"j_id0:0:col">dummy</td> > <meta name=3D"Ajax-Update-Ids" content=3D"j_id0:0:col,j_id3:poll" /> > <meta id=3D"Ajax-Response" name=3D"Ajax-Response" content=3D"true" /> > </tr> > </table> > <!-- MYFACES JAVASCRIPT --> = > </body> > </html> -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============5339241165393855499==--