FIX: Bean did not get dirty when modified with ExpressionPath.pathSet

This commit is contained in:
Roland Praml
2016-08-30 09:13:44 +02:00
parent 1796c8b9bc
commit adfe5f0305
3 changed files with 45 additions and 2 deletions
@@ -798,7 +798,7 @@ public class BeanProperty implements ElPropertyValue, Property {
if (bean != null) {
Object logicalVal = convertToLogicalType(value);
setValue((EntityBean) bean, logicalVal);
setValueIntercept((EntityBean) bean, logicalVal);
}
}