From jira-events at lists.jboss.org Fri Nov 30 17:54:21 2012 Content-Type: multipart/mixed; boundary="===============1310237849268732282==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12618) a4j:ajax listener not called if prependId is true (with a composite component) Date: Fri, 30 Nov 2012 17:54:21 -0500 Message-ID: <931757874.39407.1354316061852.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 593772091.23357.1353685161323.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============1310237849268732282== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12618?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12738674#com= ment-12738674 ] = Brian Leathem commented on RF-12618: ------------------------------------ The line: {code} {code} Is redundant, instead try: {code} {code} The clientId will be prepended to the panelGroup id automatically. = > a4j:ajax listener not called if prependId is true (with a composite compo= nent) > -------------------------------------------------------------------------= ----- > > Key: RF-12618 > URL: https://issues.jboss.org/browse/RF-12618 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-a4j-core > Affects Versions: 4.2.3.Final > Environment: JBoss 7.1.1.Final / Ubuntu 12.04 LTS > Reporter: Anthony O. > Labels: a4j:ajax, composite, waiting_on_user > Attachments: label.xhtml, test.xhtml > > > If I use a composite component which defines element with id concatenated= from {{cc.clientId}}, then {{a4j:ajax}} doesn't call the attached {{listen= er}}. > {code:title=3Dthe attached _label.xhtml_}. > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:c=3D"http://java.sun.com/jsp/jstl/core" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:cc=3D"http://java.sun.com/jsf/composite"> > > > > > > > > > > > = > > {code} > {code:title=3Dthe attached _test.xhtml_}. > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:s=3D"http://jboss.org/seam/faces" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:co=3D"http://java.sun.com/jsf/composite/components" > xmlns:f=3D"http://java.sun.com/jsf/core"> > = > > > > > > > Test > > > > > > > > > > > > > > > > > > {code} > That page is using the composite attached {{label.xhtml}} which you must = place in your {{webapp/resources/components/}}. -- 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 --===============1310237849268732282==--