Forums de discussion

SearchContainer EmptyResultsMessege on non-empty results

Feilong Chen, modifié il y a 12 années.

SearchContainer EmptyResultsMessege on non-empty results

New Member Publications: 18 Date d'inscription: 20/04/11 Publications récentes
Hi, I tried to paginate some search results using SearchContainer, and I got the EmptyResultsMessage, although the results are not empty. I actually check that results.size() is larger than zero.

Do anybody know what could be the problem here? Thanks a bunch.
Feilong Chen, modifié il y a 12 années.

RE: SearchContainer EmptyResultsMessege on non-empty results

New Member Publications: 18 Date d'inscription: 20/04/11 Publications récentes
To be more specific, I'm trying to modify the chat portlet. I've modified it to display all community members (online and offline), and now trying to paginate the list of members.
The problem is that it's in main.js (Javascript) where the displaying is done, and the SearchContainer is designed to be used in JSP. I've been struggling to find a solution for quite a while.
Any suggestion would be greatly appreciated.