NPE with nested property models
-------------------------------
Key: WICKET-3253
URL: https://issues.apache.org/jira/browse/WICKET-3253
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.14
Reporter: Tobias Bergman
After updated from 1.4.8 to 1.4.14 I got this bug.
The problem is with nested property models where the "top" model has a null
model object that is bound to a TextField. You get a NPE when the page is
rendered. There is a quick workaround by overriding getOjbectClass() on the
property model.
I provide a running example of the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.