Repository: wicket
Updated Branches:
  refs/heads/master da071f7a6 -> 052c8cd5c


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/052c8cd5
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/052c8cd5
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/052c8cd5

Branch: refs/heads/master
Commit: 052c8cd5c88f67226a63f1e55fe69a00023dea5e
Parents: da071f7
Author: Andrea Del Bene <[email protected]>
Authored: Sun Feb 19 15:13:42 2017 +0100
Committer: Andrea Del Bene <[email protected]>
Committed: Sun Feb 19 15:13:42 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/052c8cd5/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/052c8cd5/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] .
-
-

Reply via email to