From richfaces-svn-commits at lists.jboss.org Fri Mar 18 02:00:56 2011 Content-Type: multipart/mixed; boundary="===============7462567216298689456==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22262 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US. Date: Fri, 18 Mar 2011 02:00:55 -0400 Message-ID: <201103180600.p2I60tuv031629@svn01.web.mwc.hst.phx2.redhat.com> --===============7462567216298689456== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2011-03-18 02:00:55 -0400 (Fri, 18 Mar 2011) New Revision: 22262 Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Actions.xml Log: Fixed error attribute names Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Actions.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-03-18 05:34:23 UTC (rev 22261) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Actions.xml 2011-03-18 06:00:55 UTC (rev 22262) @@ -599,7 +599,7 @@ Use the <a4j:push> component's addre= ss attribute to reference the topic on the JMS server that contai= ns the pushed messages. - The <a4j:push> component should also include = the error event attribute to inform the user when an err= or has occurred with the push notifications. + The <a4j:push> component should also include = the onerror event attribute to inform the user when an e= rror has occurred with the push notifications. Basic usage @@ -613,7 +613,7 @@
Handling a push notification - A push notification sent to the <a4j:push> be= havior will cause it to trigger any <a4j:ajax> com= ponents attached as sub-elements. Alternatively, use the dataavail= able event attribute to define a handler. = + A push notification sent to the <a4j:push> be= havior will cause it to trigger any <a4j:ajax> com= ponents attached as sub-elements. Alternatively, use the ondataava= ilable event attribute to define a handler. = Handling a push notification --===============7462567216298689456==--