posts - 431,  comments - 344,  trackbacks - 0

<g:paginate next="Forward" prev="Back" maxsteps="0" controller="book" action="list" total="${Book.count()}" />

Attributes
total (required) - The total number of results to paginate
action (optional) - the name of the action to use in the link, if not specified the default action will be linked
controller (optional) - the name of the controller to use in the link, if not specified the current controller will be linked
id (optional) - The id to use in the link
params (optional) - A map containing request parameters
prev (optional) - The text to display for the previous link (defaults to "Previous" as defined by default.paginate.prev property in I18n messages.properties)
next (optional) - The text to display for the next link (defaults to "Next" as defined by default.paginate.next property in I18n messages.properties)
max (optional) - The number of records displayed per page (defaults to 10). Used ONLY if params.max is empty
maxsteps (optional) - The number of steps displayed for pagination (defaults to 10). Used ONLY if params.maxsteps is empty
offset (optional) - Used ONLY if params.offset is empty
source: ./checkout/grails/src/groovy/org/codehaus/groovy/grails/plugins/web/taglib/RenderTagLib.groovy (No such file or directory)


 

posted on 2008-07-22 20:58 周锐 阅读(1101) 评论(0)  编辑  收藏 所属分类: Jsp

只有注册用户登录后才能发表评论。


网站导航: