Fórum

Pagination problems directory portlet

Andres Vasquez, modificado 13 Anos atrás.

Pagination problems directory portlet

New Member Mensagem: 1 Data de Entrada: 24/01/11 Postagens Recentes
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.
Raphaël-Ledoux FONGANG, modificado 7 Anos atrás.

RE: Pagination problems directory portlet

New Member Postagens: 5 Data de Entrada: 26/01/12 Postagens Recentes
I have the same problem. I using Liferay 6.0.5.
Someone can help me, please !