From jira-events at lists.jboss.org Tue Jan 29 10:14:47 2013 Content-Type: multipart/mixed; boundary="===============6116274263388483139==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: =?utf-8?q?=5Brichfaces-issues=5D_=5BJBoss_JIRA=5D_=28RF-12761=29_The_firs?= =?utf-8?q?t_ajax_request_after_a_jsFunction_don=C2=B4t_work?= Date: Tue, 29 Jan 2013 10:14:47 -0500 Message-ID: In-Reply-To: JIRA.12483556.1359227082000@jira02.app.mwc.hst.phx2.redhat.com --===============6116274263388483139== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12761?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-12761: ------------------------------- Description: = After execute a ajax request with jsFunction and render a rich:panel or a r= ich:popup and try to invoke a4j:commandButton within this rich:panel render= ed, the first request don=C2=B4t work. View: {code} = = = {code} Bean: {code} import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.event.ActionEvent; @SessionScoped @ManagedBean(name=3D"testBean") public class TestMBean { public void methodA(ActionEvent event) { System.out.println("TestMBean.methodA()"); } = public void methodB(ActionEvent event) { System.out.println("TestMBean.methodB()"); } } {code} was: After execute a ajax request with jsFunction and render a rich:panel or a r= ich:popup and try to invoke a4j:commandButton within this rich:panel render= ed, the first request don=C2=B4t work. View: = = = Bean: import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.event.ActionEvent; @SessionScoped @ManagedBean(name=3D"testBean") public class TestMBean { public void methodA(ActionEvent event) { System.out.println("TestMBean.methodA()"); } = public void methodB(ActionEvent event) { System.out.println("TestMBean.methodB()"); } } = > The first ajax request after a jsFunction don=C2=B4t work > ---------------------------------------------------- > > Key: RF-12761 > URL: https://issues.jboss.org/browse/RF-12761 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-a4j-core > Affects Versions: 4.3.0.CR2 > Environment: Windows 7 - IE9 > Mojarra 2.1.17 > Richfaces 4.3.CR2 > Reporter: Adelmo santos > > After execute a ajax request with jsFunction and render a rich:panel or a= rich:popup and try to invoke a4j:commandButton within this rich:panel rend= ered, the first request don=C2=B4t work. > View: > {code} > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j"> > = > > > = > > > > > > > = > > > > > > > > {code} > Bean: > {code} > import javax.faces.bean.ManagedBean; > import javax.faces.bean.SessionScoped; > import javax.faces.event.ActionEvent; > @SessionScoped > @ManagedBean(name=3D"testBean") > public class TestMBean { > public void methodA(ActionEvent event) { > System.out.println("TestMBean.methodA()"); > } > = > public void methodB(ActionEvent event) { > System.out.println("TestMBean.methodB()"); > } > } > {code} -- 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 --===============6116274263388483139==--