簡體   English   中英

af:inputListOfValues 未在 Oracle ADF 中打開供選擇

[英]af:inputListOfValues does not open for selection in Oracle ADF

嗨,我正在嘗試在基於視圖對象的 ADF jspx 頁面上實現 LOV 以顯示不同的貨幣,但它不起作用。 我已經嘗試了以下貨幣字段的代碼。

<af:inputListOfValues value="#{bindings.Currency.inputValue}"
                              label="Currency"
                              popupTitle="Search and Select: #{bindings.Currency.hints.label}"
                              autoSubmit="true"
                              required="true"
                              columns="#{bindings.Currency.hints.displayWidth}"
                              shortDesc="#{bindings.Currency.hints.tooltip}"
                              id="it115" readOnly="false" 
                              model="#{bindings.Currency.listOfValuesModel}">
                  <f:validator binding="#{bindings.Currency.validator}"/>
                  <af:autoSuggestBehavior/>
</af:inputListOfValues>

您能否也分享頁面def文件中的相應綁定。

有時,不正確的綁定可能會導致問題。 請嘗試重新添加 Lov 。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM