GitHub user amilor opened a pull request:
https://github.com/apache/wicket/pull/162
Wicket forms - CompoundPropertyModel - sample java code issues
The java code example used two variables with identical name and of
different type, not only this would not compile, but the used name could
potentially steer wicket beginners in wrong direction of thinking (regarding
the matter of topic in this code snippet).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amilor/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/162.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #162
----
commit c2b433572d291d01209e908a7440165067b618d0
Author: meno <[email protected]>
Date: 2016-03-07T12:52:38Z
Update modelsforms_3.gdoc
Wicket forms - CompoundPropertyModel - traversed components ID not taken
into account when creating expression for evaluation of model property
The java code example used two variables with identical name and of
different type, not only this would not compile, but the used name could
potentially steer wicket beginners in wrong direction of thinking (regarding
the matter of topic in this code snippet).
commit c010e2d9643c467feff09071c3a5b721e40582be
Author: meno <[email protected]>
Date: 2016-03-07T12:56:00Z
Merge pull request #1 from amilor/amilor-forms-cpm-sample-code-fix
Update modelsforms_3.gdoc
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---