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 2016/03/04 09:36:08 UTC

[1/2] wicket git commit: Fix typo in userdoc

Repository: wicket
Updated Branches:
  refs/heads/master 3ae857723 -> ad994436d


Fix typo in userdoc

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

Branch: refs/heads/master
Commit: 850542ea1b1fbdbe4ad49182f1321e5b0654c252
Parents: 3ae8577
Author: Peter Lamby <pe...@web.de>
Authored: Fri Mar 4 09:32:27 2016 +0100
Committer: Peter Lamby <pe...@web.de>
Committed: Fri Mar 4 09:32:27 2016 +0100

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/850542ea/wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc b/wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc
index 635d0eb..98f2690 100644
--- a/wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc
+++ b/wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc
@@ -1,4 +1,4 @@
-Standard JSR 303 defines a set of annotations and APIs to validate our domain objects at field-level. Wicket has introduced an experimental support for this standard since version 6.4.0 and with version 6.14.0 it has became an official Wicket model (named @wicket-bean-validation@).
+Standard JSR 303 defines a set of annotations and APIs to validate our domain objects at field-level. Wicket has introduced an experimental support for this standard since version 6.4.0 and with version 6.14.0 it has became an official Wicket module (named @wicket-bean-validation@).
 In this paragraph we will see the basic steps needed to use JSR 303 validation in our Wicket application. Code snippets are from example project @JSR303validation@.
 
 In the example application we have a form to insert the data for a new @Person@ bean and its relative @Address@. The code for class @Person@ is the following


[2/2] wicket git commit: Merge branch 'pr-161-patch-1'

Posted by mg...@apache.org.
Merge branch 'pr-161-patch-1'


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

Branch: refs/heads/master
Commit: ad994436d859849b964957a4ffa9690129ba2a88
Parents: 3ae8577 850542e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Mar 4 09:35:46 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Mar 4 09:35:46 2016 +0100

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/forms2/forms2_4.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------