Sure - on EntityQuerym, use the firstResult attribute. To go to page N, set firstResult
to N*maxResults+1. You set it with f:param on the link. seam-gen apps use this for
first/last/next/prev pages, but there is no reason you can't render "page
1", "page 2", etc... We don't have built in components to display it,
so you do have to do a little work. But it's not like you are writing any actual
code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998152#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...