【发布时间】:2017-04-17 06:51:05
【问题描述】:
为什么会出现此错误?我正在使用 Richfaces 4.5.12。这是我的来源:-
<h:panelGroup>
<h:inputText id="pointsNameInput" value="#{whitelistConfig.pointsName}" />
<rich:suggestionbox id="suggestionBoxId" for="pointsNameInput"
suggestionAction="#{whitelistConfig.fetchPointsNames}" var="result"
width="120px"
height="150px"
nothingLabel="No points name matched"
usingSuggestObjects="true">
<h:column>
<h:outputText value="#{result.value}" />
</h:column> </rich:suggestionbox> </h:panelGroup>
【问题讨论】: