在f中迭代地图时解析消息时出错:selectItems

时间:2015-10-14 20:37:23

标签: jsf dictionary

以下是我前端的代码。

  <f:selectItems value="#{bean.choices1.entrySet()}" var="entry"
    itemValue="#{entry.key}" itemLabel="#{entry.value}" />

在我的后端,我为choice1设置的值类似于Map的值。

 Map<String, Long> choices1= new HashMap<String, Long>();

但我收到错误

Error Parsing: #{bean.Choices1.entrySet()}

我看到很多例子,但大部分都在做我正在使用的东西。如果我做错了,请纠正。

我正在使用,

  • JS​​F的API-2.1.6.jar
  • JS​​F的参数impl-2.1.6.jar

0 个答案:

没有答案