From jira-events at lists.jboss.org Sat Sep 17 16:35:26 2011 Content-Type: multipart/mixed; boundary="===============5889771699340098595==" MIME-Version: 1.0 From: Florian Schoedel (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-11410) CommandButton in ExtentedDataTable Date: Sat, 17 Sep 2011 16:35:26 -0400 Message-ID: <1315788748.53845.1316291726294.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============5889771699340098595== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable CommandButton in ExtentedDataTable ---------------------------------- Key: RF-11410 URL: https://issues.jboss.org/browse/RF-11410 Project: RichFaces Issue Type: Bug Security Level: Public (Everyone can see) Components: component Affects Versions: 4.0.0.Final Environment: java 1.6.0_26 glassfish 3.1 Mojarra 2.1.0 (FCS 2.1.0-b11) Seam Faces 3.0.1.Final Reporter: Florian Schoedel I've created a composite component which contains two richfaces extented da= ta tables. Each Datatable contains a column for a button to perform an acti= on. (in the left datatable there is an 'add' button, on the right datatable= a 'remove' button). Everything works fine until I try to attach a client b= ehavior to the add / remove btns. I want to monitor my component for select= ion and removal of any value from the calling page. The client behavior is triggered as expected, but the method behind the add= and remove btns is executed twice! This also happens which actionListener = attribute instead of action attribute. = I've replaced richfaces ext. DataTable by h:dataTable and everything works = fine. = Here is the xml of my composite component: ----- =
= = =
----- And there's the place I use it: = ----- = #{p.firstName} #{p.lastName} ---- -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5889771699340098595==--