You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2017/06/28 10:20:33 UTC

wicket git commit: Renamed ajax10.adoc to ajax_10.adoc

Repository: wicket
Updated Branches:
  refs/heads/master b8976c931 -> 529db58c4


Renamed ajax10.adoc to ajax_10.adoc

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/529db58c
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/529db58c
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/529db58c

Branch: refs/heads/master
Commit: 529db58c413861677f7ff6736f9363edf42ae85a
Parents: b8976c9
Author: Andrea Del Bene <ad...@apache.org>
Authored: Wed Jun 28 12:21:45 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Wed Jun 28 12:21:45 2017 +0200

----------------------------------------------------------------------
 wicket-user-guide/src/main/asciidoc/ajax/ajax10.adoc  | 9 ---------
 wicket-user-guide/src/main/asciidoc/ajax/ajax_10.adoc | 9 +++++++++
 wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc  | 2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/529db58c/wicket-user-guide/src/main/asciidoc/ajax/ajax10.adoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/main/asciidoc/ajax/ajax10.adoc b/wicket-user-guide/src/main/asciidoc/ajax/ajax10.adoc
deleted file mode 100644
index b4bcb27..0000000
--- a/wicket-user-guide/src/main/asciidoc/ajax/ajax10.adoc
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-AJAX is another example of how Wicket can simplify web technologies providing a good component and object oriented abstraction of them. 
-
-In this chapter we have seen how to take advantage of the AJAX support provided by Wicket to write AJAX-enhanced applications. Most of the chapter has been dedicated to the built-in components and behaviors that let us adopt AJAX without almost any effort. 
-
-In the final part of the chapter we have seen how Wicket physically implements an AJAX call on client side using AJAX request attributes. Then, we have learnt how to use call listeners to execute custom JavaScript during AJAX request lifecycle.
-

http://git-wip-us.apache.org/repos/asf/wicket/blob/529db58c/wicket-user-guide/src/main/asciidoc/ajax/ajax_10.adoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/main/asciidoc/ajax/ajax_10.adoc b/wicket-user-guide/src/main/asciidoc/ajax/ajax_10.adoc
new file mode 100644
index 0000000..b4bcb27
--- /dev/null
+++ b/wicket-user-guide/src/main/asciidoc/ajax/ajax_10.adoc
@@ -0,0 +1,9 @@
+
+
+
+AJAX is another example of how Wicket can simplify web technologies providing a good component and object oriented abstraction of them. 
+
+In this chapter we have seen how to take advantage of the AJAX support provided by Wicket to write AJAX-enhanced applications. Most of the chapter has been dedicated to the built-in components and behaviors that let us adopt AJAX without almost any effort. 
+
+In the final part of the chapter we have seen how Wicket physically implements an AJAX call on client side using AJAX request attributes. Then, we have learnt how to use call listeners to execute custom JavaScript during AJAX request lifecycle.
+

http://git-wip-us.apache.org/repos/asf/wicket/blob/529db58c/wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc b/wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc
index a08e1ff..fdbf9f7 100644
--- a/wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc
+++ b/wicket-user-guide/src/main/asciidoc/ajax/ajax_8.adoc
@@ -11,5 +11,5 @@ add(ComponentFactory.ajaxSubmitLink("id", (ajaxLink, ajaxTarget) -> {/*do submit
                                    (ajaxLink, ajaxTarget) -> {/*do error stuff*/});
 ----
 
-For more examples see WicketStuff module <<wicketstuff_7.adoc,wicketstuff-lambda-components>>.
+For more examples see WicketStuff module <<_module_wicketstuff_lambda_components,wicketstuff-lambda-components>>.