From jira-events at lists.jboss.org Wed Sep 10 11:55:01 2008 Content-Type: multipart/mixed; boundary="===============2996737089419527597==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4440) a4j:commandButton action stops working after reRender Date: Wed, 10 Sep 2008 11:55:01 -0400 Message-ID: <17379292.1221062101485.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 952266.1220994218528.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2996737089419527597== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4440?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4440: ------------------------------- Fix Version/s: Future Assignee: Nick Belaevski > a4j:commandButton action stops working after reRender > ----------------------------------------------------- > > Key: RF-4440 > URL: https://jira.jboss.org/jira/browse/RF-4440 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.1 > Environment: Netbeans 6.1; Sun Java Application Server 9.1 under = Windows XP Professional 32-bit. Tested with Chrome and IE8. > Reporter: Stefan Mohr > Assignee: Nick Belaevski > Fix For: Future > > > Sample code to reproduce: > JSP: > -------- > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> > <%@ taglib uri=3D"http://richfaces.org/rich"prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > > > > > > > > > > > > ------- > Backing Bean: > ------- > package test; > public class TestBean > { > private int currentView =3D 1; > public TestBean() > { > } > public boolean getDrawView1() > { > return currentView =3D=3D 1; > } > public boolean getDrawView2() > { > return currentView =3D=3D 2; > } > public String goView1() > { > currentView =3D 1; > return null; > } > public String goView2() > { > currentView =3D 2; > return null; > } > } > ------- > To test: > Deploy page and click first "Go" link - page rerenders. > Now click "Back to table (Broken)" - page won't rerender. > The "(Working)" link, which uses a4j:support on an h:commandButton, works= as expected. -- = 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 --===============2996737089419527597==--