You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2017/03/20 20:58:54 UTC

[11/48] wicket git commit: Removed paragraph about deprecated stateless module from wicketstuff

Removed paragraph about deprecated stateless module from wicketstuff


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

Branch: refs/heads/master
Commit: 3e92e38500f224458adf776c8a2e6144a5c3a486
Parents: d3de7d6
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sun Feb 19 15:13:42 2017 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Mar 20 21:42:31 2017 +0100

----------------------------------------------------------------------
 wicket-user-guide/src/main/asciidoc/single.adoc                | 4 ----
 .../src/main/asciidoc/wicketstuff/wicketstuff_7.adoc           | 6 ------
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3e92e385/wicket-user-guide/src/main/asciidoc/single.adoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/main/asciidoc/single.adoc b/wicket-user-guide/src/main/asciidoc/single.adoc
index 5f44b52..e9f3bda 100644
--- a/wicket-user-guide/src/main/asciidoc/single.adoc
+++ b/wicket-user-guide/src/main/asciidoc/single.adoc
@@ -855,10 +855,6 @@ include::wicketstuff/wicketstuff_5.adoc[leveloffset=+1]
 
 include::wicketstuff/wicketstuff_6.adoc[leveloffset=+1]
 
-=== Module stateless
-
-include::wicketstuff/wicketstuff_7.adoc[leveloffset=+1]
-
 [appendix]
 == Lost In Redirection With Apache Wicket
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/3e92e385/wicket-user-guide/src/main/asciidoc/wicketstuff/wicketstuff_7.adoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/main/asciidoc/wicketstuff/wicketstuff_7.adoc b/wicket-user-guide/src/main/asciidoc/wicketstuff/wicketstuff_7.adoc
deleted file mode 100644
index fe08dd5..0000000
--- a/wicket-user-guide/src/main/asciidoc/wicketstuff/wicketstuff_7.adoc
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Wicket makes working with AJAX easy and pleasant with its component-oriented abstraction. However as side effect, AJAX components and behaviors make their hosting page stateful. This can be quite annoying if we are working on a page that must be stateless (for example a login page). 
-In this case an obvious solution would be to roll out our own stateless components/behaviors, but Wicketstuff alredy offers such kind of artifacts with _stateless_ module. Here you can find the stateless version of the basic AJAX componets and behaviors shiped with Wicket, like _StatelessAjaxSubmitLink_, _StatelessAjaxFallbackLink_, _StatelessAjaxEventBehavior_, _StatelessAjaxFormSubmitBehavior_ etc...
-A short introduction to this module can be found on its  https://github.com/wicketstuff/core/tree/master/stateless-parent[home page] .
-
-