No, that just adds an extra"/" between the two parts of the uri.
From: Ari Constancio <[email protected]> To: The elegant MVC web framework <[email protected]> Date: 05/08/2012 10:26 AM Subject: Re: [Catalyst] Getting hashref instead of value On Tue, May 8, 2012 at 4:13 PM, Kenneth S Mclane <[email protected]> wrote: > My template that cretaes the uri: > > <td><a href="[% c.uri_for('/accountdetails/detail/') %][% account.account_id > %]">[% account.account_code %]</a></td> > > If someone could point me in the right direction, Ive been fighting this for > days. Hi Kenneth, I suppose you mean to use [% c.uri_for('/accountdetails/detail/', account.account_id) %] instead of [% c.uri_for('/accountdetails/detail/') %][% account.account_id %] Regards, -- Ari Constâncio GPG Fingerprint: C7DA F3CC 0AC6 D8B8 AC91 1FE2 DDA7 EAF5 F61E F16C _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
