[
https://issues.apache.org/jira/browse/TOBAGO-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882075#comment-17882075
]
Henning Nöth commented on TOBAGO-2252:
--------------------------------------
Suggestion:
Implement a tc:filter component which is similar to tc:suggest. The "filter"
attribute should have the value "server".
{code:xml}
<tc:selectOneList value="..." filter="server">
<tc:filter query="#{suggestController.query}" totalCount="10">
<tc:selectItems value="#{suggestController.solarObjects}" var="name"
itemValue="#{name}"/>
</tc:filter>
</tc:selectOneList>
{code}
> Add lazy loading support to selectOneList/selectManyList
> --------------------------------------------------------
>
> Key: TOBAGO-2252
> URL: https://issues.apache.org/jira/browse/TOBAGO-2252
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core
> Reporter: Carsten Dimmek
> Assignee: Henning Nöth
> Priority: Minor
>
> Add support for lazy loading the list after entering a defined number of
> characters, similar to the suggest component
--
This message was sent by Atlassian Jira
(v8.20.10#820010)