://apache-wicket.1842946.n4.nabble.com/BeanValidation-IllegalStateException-Could-not-resolve-Property-from-component-tp4655159p4655170.html
Sent from the Users forum mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users
the following (Dummy Code)
...add(new PropertyValidator(new
Property(YourClass.class,AttributeName;
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/BeanValidation-IllegalStateException-Could-not-resolve-Property-from-component-tp4655159p4655170.html
Sent from the Users
Hello,
I switched from using net.ftlines.wicket-bean-validation to
org.apache.wicket.wicket-bean-validation and now I get the exception
mentioned in the subject when using a Form with CompoundPropertyModel.(see
stack trace at the end of the message).
My code looks like this:
FormUser form = new