On Mon, 1 Jan 2007 16:15:00 Kay Sindre Bærulfsen wrote:<br>&gt;What I do;<br><br>&gt;Controller;<br>&gt;$c-&gt;stash-&gt;{'images'} = $c-&gt;model('DB::Image')-&gt;search({<br>&gt;&nbsp;&nbsp;&nbsp; deleted =&gt; { LIKE =&gt; '0000-00-00 00:00:00' },<br>&gt;&nbsp;&nbsp;&nbsp; gallery_id =&gt; $gallery-&gt;id,<br>&gt;},{<br>&gt;&nbsp;&nbsp;&nbsp; rows =&gt; 6,<br>&gt;})-&gt;page($page);<br>&gt;<br>&gt;View(TT);<br>&gt;<br>&gt;[%- WHILE (i=images.next) %]<br>&gt;&lt;img src="http://galleri.my-domain.nu/data/240x180/[%<br>&gt;i.filename.split('').first %]/[% i.filename FILTER upper %]?[%<br>&gt;i.updated %]" /&gt;<br>&gt;[% END %]<br>&gt;<br>&gt;within the images-object, I have access to the pager-object like this;<br>&gt;<br>&gt;images.pager.previous_page, images.pager.current_page,<br>&gt;images.pager.next_page or images.pager.last_page...<br><br>Ahhhhhhhhhhhhhhhhhh!<br><br>Based on your code examples, I was able to tweak my setup,<br>and get it to work. I have access to the
 pager and its goodies.<br>Thank you so much.<br><br>And thanks to all who responded. Open source forever!!<br><br>/dennis<br>