-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Property children worked on version 8.6
<listhead children="@load(vm.headers)">
when I change to version 9 it error
Method setChildren not found for class org.zkoss.zul.Listhead
org.zkoss.zk.ui.metainfo.PropertyNotFoundException: Method setChildren not found for
class org.zkoss.zul.Listhead
at org.zkoss.zk.ui.metainfo.Property.resolve(Property.java:218)
at org.zkoss.zk.ui.metainfo.Property.assign0(Property.java:247)
at org.zkoss.zk.ui.metainfo.Property.assign(Property.java:174)
Properties setChildren not found exception.
I created a children binding example with <listhead>
and it works as expected. Please check http://zkfiddle.org/sample/6iq8va/2-children-binding
could you provide a runnable example similar to mine? so that we can reproduce your case. You can create such a reproducible example by removing other irrelevant components and simplify the listbox progressively, then you might find the root cause.
Asked: 2020-01-30 17:44:30 +0800
Seen: 7 times
Last updated: Jan 31 '20