>
> If the $pager is telling you the correct information (that the query only
> has 10 entries) but this is changing by the time it is being rendered in
> your template then perhaps another call is being made to the database (i.e.
> because something else is changing $c->stash->result).
>

Based on the docs, it looks like calling ->page doesn't affect the resultset
you call it on but it returns another one with the paging. So you need to
set the result stash variable to the return value of the ->page call.
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to