grails portlet pagination on Liferay
Posted
by srinath
on Stack Overflow
See other posts from Stack Overflow
or by srinath
Published on 2010-02-09T10:31:43Z
Indexed on
2010/06/01
14:53 UTC
Read the original article
Hit count: 346
Hi ,
How to implement pagination in grails portlet on Liferay. The basic pagination was not working on Liferay. When clicked on next the page is jumping from Liferay url to normal url
I used like this :
<g:paginate next="Forward" prev="Back"
maxsteps="10" controller="book"
action="list" total="${Book.count()}" />
thanks in advance.
© Stack Overflow or respective owner