[Catalyst] Getting hashref instead of value

Kenneth S Mclane ksmclane at us.ibm.com
Tue May 8 15:33:48 GMT 2012


No, that just adds an extra"/" between the two parts of the uri.





From:
Ari Constancio <ari.constancio at gmail.com>
To:
The elegant MVC web framework <catalyst at lists.scsys.co.uk>
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.ibm.com> =

wrote:
> My template that cretaes the uri:
>
> <td><a href=3D"[% 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=E2ncio
GPG Fingerprint: C7DA F3CC 0AC6 D8B8 AC91 1FE2 DDA7 EAF5 F61E F16C

_______________________________________________
List: Catalyst at lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: =

http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20120508/0a0d9=
cc2/attachment.htm


More information about the Catalyst mailing list