我正在尝试从HashMap构建一个组合框值。问题是组合是空的。为什么呢?
我的代码dateOptions
是HashMap<String,String>
<template name="model" var="dettProduct">
<row>
<detail >
<div
children="@load(dettProduct.dateProd)">
<template name="children"
var="date">
<combobox
model="@load(date.dateOptions.entrySet())" >
<template name="model"
var="dateValue">
<comboitem
label="@load(dateValue.value)"
value="@load(dateValue.key)" />
</template>
</combobox>
</template>
</div>
</detail>
</row>
</template>
答案 0 :(得分:0)
如果我查看这个特殊代码,它看起来是正确的
唯一奇怪的,但并非不可能的是sudo apt-get update
你所采用的视图模型或参考。
我created a fiddle,它在哪里工作,所以请在这个小提琴中查看你的版本。