zk combobox databinding

Posted by user121196 on Stack Overflow See other posts from Stack Overflow or by user121196
Published on 2010-05-05T04:53:53Z Indexed on 2010/05/05 4:58 UTC
Read the original article Hit count: 717

Filed under:
|

The zk code below only shows on item... I need it to show all elements in tmp. any idea? thanks <zscript> List tmp=Arrays.asList(new String[]{"a","b","c"}); ]]> </zscript>

<combobox id="mycb" model="@{tmp}"> <comboitem self="@{each=row}" label="xxx" value="yyy"> </comboitem> </combobox>

© Stack Overflow or respective owner

Related posts about zk

Related posts about combobox