<font size=2 face="sans-serif"><br>
</font>
<br><font size=2 face="sans-serif">I removed that line but it makes no
difference. I am pretty sure that I need to hook my pager to my accounts
in the stash, but I don't know how. Or I need to figure out a different
way to do this.</font>
<br>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">Alex Povolotsky &lt;tarkhil@over.ru&gt;</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">The elegant MVC web framework &lt;catalyst@lists.scsys.co.uk&gt;</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">04/27/2012 03:17 PM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">Re: [Catalyst] Paging problem</font></table>
<br>
<hr noshade>
<br>
<br>
<br><font size=3>On 04/28/12 00:05, Kenneth S Mclane wrote: </font>
<br><font size=3><br>
<br>
ok, I tried this: <br>
<br>
my ($self, $c, $page) = @_; <br>
<br>
and my template code is issueing uri's like this: <br>
</font><font size=3 color=blue><u><br>
</u></font><a href="http://localhost:3000/accountview/list?page=4"><font size=3 color=blue><u>http://localhost:3000/accountview/list?page=4
</u></font></a><font size=3><br>
<br>
Do I need to remove this line: <br>
</font><tt><font size=3><br>
&nbsp;my $page = 1; </font></tt>
<br><font size=3>It depends on what do you need. If you want paging to
work, you'd better don't hardcode 1st page.<br>
<br>
Alex<br>
P.S. Never try to copypaste a working program/config file. Always understand
what are you doing. Each time I've tried to copypaste more or less complex
thing, I've spent much more time than required for reading manuals.</font><tt><font size=2>_______________________________________________<br>
List: Catalyst@lists.scsys.co.uk<br>
Listinfo: </font></tt><a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst"><tt><font size=2>http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</font></tt></a><tt><font size=2><br>
Searchable archive: </font></tt><a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/"><tt><font size=2>http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</font></tt></a><tt><font size=2><br>
Dev site: </font></tt><a href=http://dev.catalyst.perl.org/><tt><font size=2>http://dev.catalyst.perl.org/</font></tt></a><tt><font size=2><br>
</font></tt>
<br>
<br>