Github user martin-g commented on the pull request:
https://github.com/apache/wicket/pull/77#issuecomment-56439132
The tests fail with:
````
Caused by: java.lang.IllegalStateException: Could not resolve Bean Property
from component: [TextField [Component id = input21]]. (Hints:) Possible causes
are a typo in the PropertyExpression, a null reference or a model that does not
work in combination with a IPropertyResolver. Model :
Model:classname=[org.apache.wicket.model.PropertyModel]:nestedModel=[[Page
class =
org.apache.wicket.bean.validation.PropertyValidatorRequiredTest$TestPage, id =
0, render count = 1]]:expression=[bean.subBeanList[0].property]
at
org.apache.wicket.bean.validation.PropertyValidator.getProperty(PropertyValidator.java:138)
at
org.apache.wicket.bean.validation.PropertyValidator.findNotNullConstraints(PropertyValidator.java:211)
````
---
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.
---