RatingPanel doesn't "wrap" models
---------------------------------
Key: WICKET-2333
URL: https://issues.apache.org/jira/browse/WICKET-2333
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4-RC2
Reporter: Michael Mikhulya
I tried to pass instances of ComponentPropertyModel class to RatingPanel
constructor,
but it leads to IllegalStateException("Wrapper should have been called") on
attempt to call ComponentPropertyModel.getObject method.
Fix is rather trivial, see attached patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.