From jira-events at lists.jboss.org Thu Jan 15 09:30:13 2009 Content-Type: multipart/mixed; boundary="===============1524536364044930131==" MIME-Version: 1.0 From: Juan Ignacio Garzon (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5752) reRender of components inside modalPanel does not work Date: Thu, 15 Jan 2009 09:30:12 -0500 Message-ID: <21180299.1232029812433.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============1524536364044930131== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable reRender of components inside modalPanel does not work ------------------------------------------------------ Key: RF-5752 URL: https://jira.jboss.org/jira/browse/RF-5752 Project: RichFaces Issue Type: Bug Affects Versions: 3.2.2 Environment: Microsoft Windows XP, Tomcat 6.0.16 Reporter: Juan Ignacio Garzon I have a table showing items and a button to edit them. When I click on the= button, the entity is set on a session bean property, and a modal panel ap= pears, with a form to edit the selected entity (in the example, the entity = has only a name). The first time I select an entity, the modal panel shows an inputText with = the name of the entity, in order to edit it. After that first time, the inp= utText in the modal panel never changes again, it will show always the name= of that first entity. I also have an inputText outside the modalpanel that rerenders every time t= he edit button is clicked, and It changes every time another entity is sele= cted. Here is a reduced version of the code that also shows the problem: = = -- = 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 =20 --===============1524536364044930131==--