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

Jsf 标记库支持命名空间:http://richfaces.org/rich,但没有为名称:suggestionbox定义标记,jsf,richfaces,Jsf,Richfaces,为什么我会犯这个错误?我使用的是richfaces 4.5.12。以下是我的消息来源:- <h:panelGroup> <h:inputText id="pointsNameInput" value="#{whitelistConfig.pointsName}" /> <rich:suggestionbox id="suggestionBoxId" for="pointsNameInput"

为什么我会犯这个错误?我使用的是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>

其实很简单。RF 4.5.12中没有rich:suggestionbox


查看或。

正如@Emil所说,它已经不存在了

您现在需要使用的是丰富的:自动完成: