-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
Security Level: Jimmy
-
ZK 8.0.1
-
None
a form bean with an enum property causes an exception when reading the enum value from the proxy object (unless the setter has been called before calling the getter)
java.lang.RuntimeException: zk.support.bugs.FormProxyWithEnumTest$TaskState is final
at javassist.util.proxy.ProxyFactory.checkClassAndSuperName(ProxyFactory.java:804)
at javassist.util.proxy.ProxyFactory.makeSortedMethodList(ProxyFactory.java:826)
at javassist.util.proxy.ProxyFactory.computeSignature(ProxyFactory.java:836)
at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:398)
at org.zkoss.bind.proxy.ProxyHelper.createProxyIfAny(ProxyHelper.java:59)
at org.zkoss.bind.proxy.BeanProxyHandler.invoke(BeanProxyHandler.java:142)
see attachment