<rich:suggestionbox>标记库支持命名空间:http://richfaces.org/rich,但没有为name定义标记:suggestionbox

时间:2016-12-02 11:11:13

标签: jsf richfaces

为什么我收到此错误?我正在使用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>

2 个答案:

答案 0 :(得分:0)

嗯,这很简单。 RF 4.5.12中没有rich:suggestionbox

结帐VDLshowcase

答案 1 :(得分:0)

正如@Emil所说,它不再存在。

您现在需要使用的是rich:autocomplete

http://docs.jboss.org/richfaces/latest_4_5_X/vdldoc/index.html?rich/autocomplete.html