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 2016/06/17 16:34:56 UTC

[21/21] wicket git commit: Minor addition to gdoc

Minor addition to gdoc


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

Branch: refs/heads/WICKET-6183
Commit: b87b91b3411d46b3762f39f3171c579645688af3
Parents: 186aac92
Author: Andrea Del Bene <ad...@apache.org>
Authored: Fri Jun 17 18:31:13 2016 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Fri Jun 17 18:31:13 2016 +0200

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b87b91b3/wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc b/wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc
index 47f9c98..af0db5d 100644
--- a/wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc
+++ b/wicket-user-guide/src/docs/guide/ajax/ajax_7.gdoc
@@ -41,4 +41,6 @@ By default calling @setOutputMarkupId@ we generate markup ids using a session-le
    <span id="staticIdToUse" wicket:id="componentWicketId"></span>
 {code}
 
-[See examples site|http://examples7x.wicket.apache.org/stateless] for a full showcase of AJAX-stateless capabilities.
+The following AJAX-stateless components are shipped with Wicket distribution: @StatelessAjaxLink@, @StatelessAjaxButton@, @StatelessAjaxSubmitLink@
+ 
+{externalink:wicket.examples.url@stateless}See examples {externalink} page for a full showcase of AJAX-stateless capabilities.