[Catalyst] relationship or user problem
Wijnand Wiersma
wijnand at nedbsd.nl
Mon Feb 6 21:43:09 CET 2006
Op 6-feb-2006, om 18:16 heeft Mark Blythe het volgende geschreven:
>
> [% FOREACH skill c.user.user.pskills %]
> <li> skill.name</li>
> [% END %]
>
> Maybe this is an alternate FOREACH syntax I'm not aware of, but
> aren't you missing an = after "skill" ? Seems like you'd also need
> something around the variable reference:
>
> [% FOREACH skill = c.user.user.pskills %]
> <li>[% skill.name %]</li>
> [% END %]
>
> Or maybe those were just typos rather than actual code errors. :-)
You are right, this was wrong. But this didn't fix the problem though.
Thank you for pointing this out.
Wijnand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060206/f984cbab/attachment.htm
More information about the Catalyst
mailing list