-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
Security Level: Jimmy
-
ZK 8.0.1
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