From jira-events at lists.jboss.org Thu Mar 4 13:07:10 2010 Content-Type: multipart/mixed; boundary="===============5669727183367276632==" MIME-Version: 1.0 From: =?utf-8?q?Kai_G=C3=BClzau_=28JIRA=29_=3Cjira-events_at_lists=2Ejboss=2Eor?= =?utf-8?q?g=3E?= To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-8471) If a a4j:poll reRenders a id of a dataTable column polling stops working Date: Thu, 04 Mar 2010 13:07:10 -0500 Message-ID: <134261909.1267726030177.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> --===============5669727183367276632== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable If a a4j:poll reRenders a id of a dataTable column polling stops working ------------------------------------------------------------------------ Key: RF-8471 URL: https://jira.jboss.org/jira/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 If a a4j:poll reRenders a id of a dataTable column polling stops working. Use this code to reproduce: = 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/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============5669727183367276632==-- From jira-events at lists.jboss.org Thu Mar 4 13:13:10 2010 Content-Type: multipart/mixed; boundary="===============8272583656145181839==" MIME-Version: 1.0 From: =?utf-8?q?Kai_G=C3=BClzau_=28JIRA=29_=3Cjira-events_at_lists=2Ejboss=2Eor?= =?utf-8?q?g=3E?= 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: Thu, 04 Mar 2010 13:13:10 -0500 Message-ID: <1367814636.1267726390742.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> In-Reply-To: 134261909.1267726030177.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com --===============8272583656145181839== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-8471?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Kai G=C3=BClzau updated RF-8471: --------------------------- Summary: If a a4j:poll reRenders an id of a dataTable co= lumn polling stops working (was: If a a4j:poll reRenders a id of a dataTab= le column polling stops working) Workaround Description: = Enclose column content with <h:panelGroup id=3D"col2"> dummy </h:panelGroup> and reRender this id instead. Description: = If a a4j:poll reRenders an id of a dataTable column polling stops working. Use this code to reproduce: <ui:composition xmlns=3D"http://www.w3.org/1999/xhtml" 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"> = <rich:dataTable value=3D"#{agentBean.rows}"> <rich:column id=3D"col">dummy</rich:column> </rich:dataTable> = <a4j:region> <a4j:form> <a4j:poll id=3D"poll" interval=3D"10000" reRender=3D"poll, col"= /> </a4j:form> </a4j:region> </ui:composition> The response of the poll request is missing the polling script: <html xmlns=3D"http://www.w3.org/1999/xhtml"> <head> <title /> </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> was: If a a4j:poll reRenders a id of a dataTable column polling stops working. Use this code to reproduce: <ui:composition xmlns=3D"http://www.w3.org/1999/xhtml" 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"> = <rich:dataTable value=3D"#{agentBean.rows}"> <rich:column id=3D"col">dummy</rich:column> </rich:dataTable> = <a4j:region> <a4j:form> <a4j:poll id=3D"poll" interval=3D"10000" reRender=3D"poll, col"= /> </a4j:form> </a4j:region> </ui:composition> The response of the poll request is missing the polling script: <html xmlns=3D"http://www.w3.org/1999/xhtml"> <head> <title /> </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> > If a a4j:poll reRenders an id of a dataTable column polling stops working > ------------------------------------------------------------------------- > > Key: RF-8471 > URL: https://jira.jboss.org/jira/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 > > If a a4j:poll reRenders an id of a dataTable column polling stops working. > Use this code to reproduce: > <ui:composition xmlns=3D"http://www.w3.org/1999/xhtml" > 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"> > = > <rich:dataTable value=3D"#{agentBean.rows}"> > <rich:column id=3D"col">dummy</rich:column> > </rich:dataTable> > = > <a4j:region> > <a4j:form> > <a4j:poll id=3D"poll" interval=3D"10000" reRender=3D"poll, co= l" /> > </a4j:form> > </a4j:region> > </ui:composition> > The response of the poll request is missing the polling script: > <html xmlns=3D"http://www.w3.org/1999/xhtml"> > <head> > <title /> > </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/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8272583656145181839==-- From jira-events at lists.jboss.org Fri Mar 5 09:39:10 2010 Content-Type: multipart/mixed; boundary="===============2218937679308584738==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) <jira-events at lists.jboss.org> 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: Fri, 05 Mar 2010 09:39:10 -0500 Message-ID: <1538921540.1267799950127.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> In-Reply-To: 134261909.1267726030177.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com --===============2218937679308584738== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-8471?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-8471: ------------------------------- Fix Version/s: Future Assignee: Nick Belaevski Priority: Minor (was: Major) > If a a4j:poll reRenders an id of a dataTable column polling stops working > ------------------------------------------------------------------------- > > Key: RF-8471 > URL: https://jira.jboss.org/jira/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 > > > If a a4j:poll reRenders an id of a dataTable column polling stops working. > Use this code to reproduce: > <ui:composition xmlns=3D"http://www.w3.org/1999/xhtml" > 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"> > = > <rich:dataTable value=3D"#{agentBean.rows}"> > <rich:column id=3D"col">dummy</rich:column> > </rich:dataTable> > = > <a4j:region> > <a4j:form> > <a4j:poll id=3D"poll" interval=3D"10000" reRender=3D"poll, co= l" /> > </a4j:form> > </a4j:region> > </ui:composition> > The response of the poll request is missing the polling script: > <html xmlns=3D"http://www.w3.org/1999/xhtml"> > <head> > <title /> > </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/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============2218937679308584738==-- From jira-events at lists.jboss.org Tue Jun 22 07:04:46 2010 Content-Type: multipart/mixed; boundary="===============1158198917733867113==" MIME-Version: 1.0 From: Damien Gouyette (JIRA) <jira-events at lists.jboss.org> 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 --===============1158198917733867113== 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: > <ui:composition xmlns=3D"http://www.w3.org/1999/xhtml" > 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"> > = > <rich:dataTable value=3D"#{agentBean.rows}"> > <rich:column id=3D"col">dummy</rich:column> > </rich:dataTable> > = > <a4j:region> > <a4j:form> > <a4j:poll id=3D"poll" interval=3D"10000" reRender=3D"poll, co= l" /> > </a4j:form> > </a4j:region> > </ui:composition> > The response of the poll request is missing the polling script: > <html xmlns=3D"http://www.w3.org/1999/xhtml"> > <head> > <title /> > </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 = --===============1158198917733867113==--