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/lambdas Commit: 850542ea1b1fbdbe4ad49182f1321e5b0654c252 Parents: 3ae8577 Author: Peter Lamby <[email protected]> Authored: Fri Mar 4 09:32:27 2016 +0100 Committer: Peter Lamby <[email protected]> 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
