From richfaces-svn-commits at lists.jboss.org Thu Feb 25 00:57:20 2010 Content-Type: multipart/mixed; boundary="===============3475211688816917143==" 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: r16492 - root/docs/trunk/Component_Reference/en-US. Date: Thu, 25 Feb 2010 00:57:20 -0500 Message-ID: <201002250557.o1P5vKqK009581@svn01.web.mwc.hst.phx2.redhat.com> --===============3475211688816917143== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2010-02-25 00:57:19 -0500 (Thu, 25 Feb 2010) New Revision: 16492 Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actio= ns.xml root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intro= duction.xml Log: Renamed a4j:ajax to a4j:support Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc= e-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 --- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Acti= ons.xml 2010-02-24 23:29:56 UTC (rev 16491) +++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Acti= ons.xml 2010-02-25 05:57:19 UTC (rev 16492) @@ -75,7 +75,7 @@ =
- <sgmltag><a4j:ajax></sgmltag> + <sgmltag><a4j:support></sgmltag> @@ -99,12 +99,12 @@ - The <a4j:ajax> component allows Ajax capabilit= y to be added to any non-Ajax component. It is placed as a direct child to = the component that requires Ajax support. The <a4j:ajax> component uses the common attributes listed in . + The <a4j:support> component allows Ajax capabi= lity to be added to any non-Ajax component. It is placed as a direct child = to the component that requires Ajax support. The <a4j:support&g= t; component uses the common attributes listed in . Attaching JavaScript functions - When attaching the <a4j:ajax> component to no= n-Ajax JavaServer Faces command components, such as <h:commandB= utton> and <h:commandLink>, it is imp= ortant to set disabledDefault=3D"true". If this attribute is n= ot set, a non-Ajax request is sent after the Ajax request and the page is r= efreshed unexpectedly. + When attaching the <a4j:support> component to= non-Ajax JavaServer Faces command components, such as <h:comma= ndButton> and <h:commandLink>, it is = important to set disabledDefault=3D"true". If this attribute i= s not set, a non-Ajax request is sent after the Ajax request and the page i= s refreshed unexpectedly.
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc= e-Introduction.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 --- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intr= oduction.xml 2010-02-24 23:29:56 UTC (rev 16491) +++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Intr= oduction.xml 2010-02-25 05:57:19 UTC (rev 16492) @@ -17,7 +17,7 @@ Ajax support - All components in the a4j library feature built= -in Ajax support, so it is unnecessary to add the <a4j:ajax>= behavior. + All components in the a4j library feature built= -in Ajax support, so it is unnecessary to add the <a4j:support&= gt; behavior. --===============3475211688816917143==--