From jira-events at lists.jboss.org Tue Sep 24 04:40:46 2013 Content-Type: multipart/mixed; boundary="===============0464834721079869506==" MIME-Version: 1.0 From: Pavol Pitonak (JIRA) 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: Tue, 24 Sep 2013 04:40:46 -0400 Message-ID: In-Reply-To: JIRA.12500586.1378980442000@jira02.app.mwc.hst.phx2.redhat.com --===============0464834721079869506== 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.p= lugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak reassigned RF-13192: ---------------------------------- Assignee: Juraj H=C3=BAska (was: Pavol Pitonak) = > 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 > Assignee: Juraj H=C3=BAska > > 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 --===============0464834721079869506==--