I have come across a problem with the paginate tag (grails 1.3.5) -
passing search parameters in the params attribute has issues when a
parameter in the map is a List.
The UrlCreatorCache misses changes in the List values and returns the
cached value.
so code like this <g:paginate params="[checked : ['v1','v2','v3']]"
total="${resultsTotal}" />
will cache the link, then if you call paginate again e.g.
<g:paginate params="[checked : ['v1','v2']]" total="${resultsTotal}" />
you will get the first link and params.
Quick search of JIRA doesn't look like this issue has been raised and open.
--
web:
http://nerderg.comTwitter:
http://twitter.com/pmcneil---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email