From ajax4jsf-svn-commits at lists.jboss.org Thu Jun 28 07:34:23 2007 Content-Type: multipart/mixed; boundary="===============2494218338369182191==" MIME-Version: 1.0 From: ajax4jsf-svn-commits at lists.jboss.org To: ajax4jsf-svn-commits at lists.jboss.org Subject: [ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r290 - trunk/docs/userguide/en/src/main/docbook/included. Date: Thu, 28 Jun 2007 07:34:22 -0400 Message-ID: --===============2494218338369182191== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2007-06-28 07:34:21 -0400 (Thu, 28 Jun 2007) New Revision: 290 Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml trunk/docs/userguide/en/src/main/docbook/included/form.xml trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml trunk/docs/userguide/en/src/main/docbook/included/support.xml Log: language correction Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.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 --- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2007= -06-28 09:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2007= -06-28 11:34:21 UTC (rev 290) @@ -6,6 +6,6 @@ ]]> - Every time when AJAX request triggered from "region" method "proce= ssAjax" of "bean" will be called. + Every time when AJAX request triggered from "region" met= hod "processAjax" of "bean" will be called. \ No newline at end of file Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.x= ml =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 --- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 200= 7-06-28 09:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 200= 7-06-28 11:34:21 UTC (rev 290) @@ -53,7 +53,7 @@ Note: AJAX support is built in and it's not necessary to add ne= sted <a4j:support> to the component. - Common JSF navigation could be performed after AJAX submit and pa= rtial rendering, but Navigation Case must be defined as <redirect/> in order to avoid pr= oblems with some browsers. + Common JSF navigation could be performed after an AJAX submit and= partial rendering, but Navigation Case must be defined as <redirect/> in order to avo= id problems with some browsers. As any Ajax4jsf component sending AJAX requests and processing se= rver responses <a4j:commandButton><= /property> has all attributes described above (see <a4j:support> chapter) tha= t provide the required behavior of requests sending (delay, limitation of s= ubmit area and rendering, and etc.) \ No newline at end of file Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.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 --- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-= 06-28 09:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-= 06-28 11:34:21 UTC (rev 290) @@ -35,7 +35,7 @@ Creating on a page <a4j:commandLink> is used in the same way as <h:commandLink>, but with definition of the= area that is updated after the response comes back from the server. ]]> - This definition of the component provides a link, a clic= k on the link causes an AJAX form + This definition of the component provides a link, and a = click on the link causes an AJAX form submit on the server, "action1" method performance,= and rendering of the component = with "someData" id after the response comes back fr= om the server. Modified: trunk/docs/userguide/en/src/main/docbook/included/form.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 --- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-06-28 0= 9:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-06-28 1= 1:34:21 UTC (rev 290) @@ -50,7 +50,7 @@
Key attributes and ways of usage The difference with the original component is that all hidden fi= elds required for command links are always rendered and it doesn't depend o= n links rendering on the initial page. It solves the problem with invalid l= inks that weren't rendered on a page immediately, but after some AJAX reque= st. - Beginning with release 1.0.5 additional attributes that make thi= s form variant universal appear. With a new attribute definition as ajax=3D= + Beginning with release 1.0.5 additional attributes that make thi= s form variant universal have appeared. With a new attribute definition as = ajax=3D "true" , it becomes possible to set AJAX submission way for any = components inside, i.e. not a page URL is used as an "action" Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink= .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 --- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2= 007-06-28 09:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2= 007-06-28 11:34:21 UTC (rev 290) @@ -47,7 +47,7 @@
Key attributes and ways of usage - The difference with the original component is that all hidden fi= elds required for command links with child + The difference with the original component is that all hidden fi= elds required for command links with the child <f:param> elements are always rendered and it doesn't depend on li= nks rendering on the initial page. It solves the problem with invalid links= that weren't rendered on a page immediately, but after some AJAX requ= est. Modified: trunk/docs/userguide/en/src/main/docbook/included/support.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 --- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-06-2= 8 09:14:36 UTC (rev 289) +++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-06-2= 8 11:34:21 UTC (rev 290) @@ -43,7 +43,7 @@ ]]> - On every keyup event generated by an input field, form is submi= tted on the server via Ajax and = + On every keyup event generated by an input field, a form is subm= itted on the server with the help of Ajax and = on a response coming from the server, element with "repeater"= ; id, founded in a DOM tree is = redrawn according to a new data from the response.
@@ -77,7 +77,7 @@ With the help of "onsubmit" and - "oncomplete" attributes = the component allows using JavaScript before (for request sending condition= s checking) and after AJAX response processing termination (for performance= of user-defined activities on the client) + "oncomplete" attributes = the component allows using JavaScript before (for request sending condition= s checking) and after an AJAX response processing termination (for performa= nce of user-defined activities on the client)
Example: @@ -86,7 +86,7 @@ ]]> - In example there is the condition checking (confirm) is used be= fore request sending and message printing after the request processing is o= ver. + In example there is the condition checking (confirm) is used bef= ore request sending and message printing after the request processing is ov= er. The components allows different AJAX request managing ways for i= ts various optimization in particular conditions such as: = @@ -122,7 +122,7 @@ "requestDelay&quo= t; is an attribute that defines a time interval in se= conds minimally permissible between responses. = = - "eventQueue"= is an attribute for naming of the queue where the ne= xt response is kept in till its processing, but if the next event comes in = till this time, the waiting event is taken away, replacing with a new one. = + "eventQueue"= is an attribute for naming of the queue where the ne= xt response is kept in till its processing, but if the next event comes in = till this time is over, the waiting event is taken away, replacing with a n= ew one. = = "ignoreDupResponc= es" is an attribute that allows to disable any u= pdates on the client after an AJAX request if another AJAX request is alrea= dy sent. = @@ -138,7 +138,7 @@ ]]> This example clearly shows mentioned above attributes. If= quick typing in a text field happens, every next requests sending is delay= ed for a second and requests quantity is reduced. The requests are kept in = the queue "myQueue" till its the sending. -Moreover, if the next request is already sent, the rerendering after the p= revious request is banned, and +Moreover, if the next request is already sent, the rerendering after the p= revious request is banned, and it helps to avoid unnecessary processing on the client. --===============2494218338369182191==--