掲示板

Pagination problems directory portlet

13年前 に Andres Vasquez によって更新されました。

Pagination problems directory portlet

New Member 投稿: 1 参加年月日: 11/01/24 最新の投稿
Hi All : I been working with the directory portlet and I need to show 5 users by page, so i changed the delta value to 5. So i went to the view_users.jsp inside this portlet (directory) and I put delta="5" :

<liferay-ui:search-container delta="5"
searchContainer="<%= new UserSearch(renderRequest, portletURL) %>"

>

By default is no any delta value there, I added.

But my portal still showing me a 20 register per page instead show 5.
I'm also put this configuration in my portal-ext :

search.container.page.delta.values=5
search.container.page.iterator.max.pages=25

And i cleaned all the caches of my browser to test it.

Please, someone could give me any hint about this issue.

Regards.
7年前 に Raphaël-Ledoux FONGANG によって更新されました。

RE: Pagination problems directory portlet

New Member 投稿: 5 参加年月日: 12/01/26 最新の投稿
I have the same problem. I using Liferay 6.0.5.
Someone can help me, please !