[Catalyst] Getting hashref instead of value
Ari Constancio
ari.constancio at gmail.com
Tue May 8 15:25:09 GMT 2012
On Tue, May 8, 2012 at 4:13 PM, Kenneth S Mclane <ksmclane at us.ibm.com> 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
More information about the Catalyst
mailing list