From issues at jboss.org Wed Jul 9 07:06:24 2014 Content-Type: multipart/mixed; boundary="===============7489482831689279786==" MIME-Version: 1.0 From: Matej Novotny (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected Date: Wed, 09 Jul 2014 07:06:24 -0400 Message-ID: In-Reply-To: JIRA.12545376.1404315606000@jira02.app.mwc.hst.phx2.redhat.com --===============7489482831689279786== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-13711?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Matej Novotny updated RF-13711: ------------------------------- Steps to Reproduce: = * Start JBossAS 7.1 (or for RF 4.5 Wildfly) * Deploy Metamer * Go to [this page|http://localhost:8080/metamer/faces/components/a4jAjax/r= f-13711.xhtml] * Open browser console * Click the button ** Expected: Three lines appear in the console: *** {{start}} //triggered by a4j:status *** {{POST...}} //request itself *** {{stop}} //triggered by a4j:status ** Actual: Only request itself is displayed in console > a4j:ajax status does not work as expected > ----------------------------------------- > > Key: RF-13711 > URL: https://issues.jboss.org/browse/RF-13711 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-a4j-core > Affects Versions: 4.3.7, 4.3.8 > Environment: IE8, Mozilla Firefox 30 > Reporter: Evgeny Mironenko > Assignee: Matej Novotny > > Status attribute for {{a4j:ajax}} does not work as expected. = > I tried to create simple project with content: > {code:title=3Dindex.xhtml} > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > onstop=3D"console.log('stop')"/> >
> > > > > >
>
> > {code} > It did not work for me. I do not see any log messages in the console. = > As workaround I can use the {{render}} attribute instead of {{status}}, b= ut we use it for another goals, am I right? -- This message was sent by Atlassian JIRA (v6.2.6#6264) --===============7489482831689279786==--