Oracle ADF。 LOV无法正确填充

时间:2014-02-12 18:24:07

标签: oracle oracle-adf

我创建了一个ADF页面(11g r2),我在页面上有一个列,其列表的代码如下所示:

<af:inputComboboxListOfValues id="nameId"
        popupTitle="Search and Select: #{bindings.Name.hints.label}"
        value="#{bindings.Name.inputValue}"
        label="#{bindings.Name.hints.label}"
        model="#{bindings.Name.listOfValuesModel}"
        required="#{bindings.Name.hints.mandatory}"
        columns="22"
        shortDesc="#{bindings.Name.hints.tooltip}">
    <f:validator binding="#{bindings.Name.validator}"/>
</af:inputComboboxListOfValues>

当我第一次打开页面时,这可以正常工作,但是一旦我从列表中选择了一个不同的名称,它就会复制自己,我再也不会选择第一个名字了。列表搞砸了。有没有人见过这个问题?

first image

second

1 个答案:

答案 0 :(得分:0)

打开绑定选项卡,然后单击lov的绑定,然后在属性检查器中其他&gt; SelectItemValueMode设置ListIndex。像这儿: http://withice.blogspot.com/2012/12/list-of-values-doesnt-work-properly.html