[Catalyst] relationship or user problem

John Lifsey - Contractor - john.lifsey at nrl.navy.mil
Mon Feb 6 21:31:12 CET 2006


I think TT may be agnostic to this, but your model class is Pskills not 
pskills. Probably grasping at straws there though.

Mark Blythe wrote:
>
>     [% FOREACH skill c.user.user.pskills %]
>        <li> skill.name <http://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 <http://skill.name> %]</li>
> [% END %]
>
> Or maybe those were just typos rather than actual code errors. :-)
> ------------------------------------------------------------------------
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>   
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4082 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060206/e4a8c89e/smime-0001.bin


More information about the Catalyst mailing list