-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.1.1
-
Security Level: Jimmy
-
ZK 8.0.2 S2
extracted from ZK-2932:
reproducible with the attached sample project using hibernate proxies created around lazily loaded entity fields.
to reproduce run the attached example:
mvn jetty:run
http://localhost:8080/spring-example/formbinding/hibernateProxy.zul
it contains 2 forms, showing 2 failing cases (failing in different parts of the code)
1. when accessing "contract.buyer" in a form binding
2. when initializing the form directly around the buyer object