From jira-events at lists.jboss.org Fri Sep 27 11:04:03 2013 Content-Type: multipart/mixed; boundary="===============8528754419847249878==" MIME-Version: 1.0 From: =?utf-8?q?Juraj_H=C3=BAska_=28JIRA=29_=3Cjira-events_at_lists=2Ejboss=2Eo?= =?utf-8?q?rg=3E?= To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-13192) RF4: re-render single cell with ajax is not possible Date: Fri, 27 Sep 2013 11:04:02 -0400 Message-ID: In-Reply-To: JIRA.12500586.1378980442000@jira02.app.mwc.hst.phx2.redhat.com --===============8528754419847249878== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-13192?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12807971#com= ment-12807971 ] = Juraj H=C3=BAska edited comment on RF-13192 at 9/27/13 11:03 AM: ------------------------------------------------------------ The reproducer can be found here: * [facelet|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ap= plication/src/main/webapp/components/richDataTable/rf-13192.xhtml] * [bean|https://github.com/richfaces/richfaces-qa/blob/master/metamer/appli= cation/src/main/java/org/richfaces/tests/metamer/bean/issues/RF13192.java] In my reproducer, using render target {{tableId(a)rows[rowKeyVar]}} *does n= ot render the changed row*. Please, have a look at the [particular render target|https://github.com/ric= hfaces/richfaces-qa/blob/master/metamer/application/src/main/webapp/compone= nts/richDataTable/rf-13192.xhtml#L16], whether I understand you correctly. Steps to reproduce the issue: # deploy metamer and load: http://localhost:8080/metamer/faces/components/r= ichDataTable/rf-13192.xhtml # delete the text from the e.g. first row # make a BLUR on that input, see that an AJAX request was made # the expected result is that the input will become red, however, the input= is still green =3D=3D> the row was not re-rendered = was (Author: jhuska): The reproducer can be found here: * [facelet|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ap= plication/src/main/webapp/components/richDataTable/rf-13192.xhtml] * [bean|https://github.com/richfaces/richfaces-qa/blob/master/metamer/appli= cation/src/main/java/org/richfaces/tests/metamer/bean/issues/RF13192.java] In my reproducer, using render target {{tableId(a)rows[rowKeyVar]}} *does n= ot render the changed row*. Please, have a look at the [particular render target|https://github.com/ric= hfaces/richfaces-qa/blob/master/metamer/application/src/main/webapp/compone= nts/richDataTable/rf-13192.xhtml#L16], whether I understand you correctly. Steps to reproduce the issue: # deploy metamer and load: http://localhost:8080/metamer/faces/components/r= ichDataTable/rf-13192.xhtml # delete the text from the e.g. first row # make a BLUR on that input, see that an AJAX request was made # the expected result is that input will become red, however, the row is st= ill green =3D=3D> the row was not re-rendered = > RF4: re-render single cell with ajax is not possible > --------------------------------------------------------------------- > > Key: RF-13192 > URL: https://issues.jboss.org/browse/RF-13192 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Affects Versions: 4.3.3 > Reporter: Alexey Shakov > > Following code > {code:xml} > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:c=3D"http://java.sun.com/jsp/jstl/core" > xmlns:f=3D"http://java.sun.com/jsf/core" xml:lang=3D"en" lang=3D"en"> > > > > > > > > > > > > > > > {code} > {code:java} > @ManagedBean(name=3D"testBean") > @SessionScoped > public class TestBean { = > private static String [][] initdata =3D {{"test"},{null},{null},{null= },{null}}; = > = > private List data =3D Arrays.asList(initdata); = > = > public List getData() { = > return data; = > } > } > {code} > does not work: table cell getting not updated, when input field content i= s changed. Relacing render=3D"cell" with render=3D"input" fixes the problem= . = > See also the forum thread. > Similar code works with RF3.3.3 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============8528754419847249878==--