Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
viewer-wicket-1.5.0
-
None
Description
In 1.5.0 there is a guard to explicitly not flush changed property values in a form's model (EntityModel#apply) for those properties that have the NotPersistedFacet.class.
However, this logic is wrong. Even though a property is not directly persistable by JDO, it might still be implicitly persistable through business logic in the setter.
Therefore remove this guard.