
ksmclane at us
May 8, 2012, 8:33 AM
Views: 384
Permalink
|
No, that just adds an extra"/" between the two parts of the uri. From: Ari Constancio <ari.constancio [at] gmail> To: The elegant MVC web framework <catalyst [at] lists> 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 <ksmclane [at] us> 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: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|