-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
6.0.2
-
ZK 6.0.2.FL.20120607
jetty
Reproducing Steps
- get source code from https://code.google.com/p/zkbind/source/browse/#svn%2Fbranches%2Frichlet%2Fzkbind-examples
- modify pom.xml, change zk.version to "ZK 6.0.2.FL.20120607"
- start a server and connect to the richlet http://localhost:8080/zkbind-examples/zk/order
- listbox renders incorrectly. it contains 5 rows without content.
- richlet class is org.zkoss.bind.examples.order.richlet.OrderRichlet
even we binder.init(window, new OrderVM4()); to binder.init(window, new OrderVM4(),null);, the rendering result is still incorrect.