Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.0.0
-
Fix Version/s: 8.0.0
-
Component/s: Databind 2
-
Security Level: Jimmy
-
Labels:
-
gh.sprint.customfield.default.name:ZK 8.0.1
Description
the form proxy does also cache values for readonly/calculated/transient fields (only getter)
a marker annotation (@Transient) to ignore those fields from being proxied would help to allow fields calculated based on other fields
see attached example