This was a parsing omission - $. does not work inside <& &> tags. Will be fixed 
in the next release. Use $self-> as a workaround until then.
Thanks
Jon

On Jun 8, 2011, at 7:32 AM, Matthias Dietrich wrote:

> With Mason v2.07 and Catalyst, the following line:
> 
>   <& /user/edit_card/reel_add.mc, friends => $.friends &>
> 
> fails with the following message (two lines and lots of spaces after 
> "friends"):
> 
>   syntax error at 
> /serv/catalyst/unusuals/root/comps/user/user_profile_edit.mc line 92, near 
> "$.friends   
>   "
> 
> The line written as:
> 
>   <& /user/edit_card/reel_add.mc, friends => $self->friends &>
> 
> works.  Is this a wanted behavior?  Didn't expect that and haven't found 
> anything in the docs that mentions this.
> 
> Matthias
> 
> -- 
> rainboxx Software Engineering
> Matthias Dietrich
> 
> rainboxx Matthias Dietrich   |  Phone: +49 7141 / 2 39 14 71
> Königsallee 43               |  Fax  : +49 3222 / 1 47 63 00 
> 71638 Ludwigsburg            |  Mobil: +49  151 / 50 60 78 64
>                              |  WWW  :  http://www.rainboxx.de
> 
> CPAN: http://search.cpan.org/~mdietrich/
> XING: https://www.xing.com/profile/Matthias_Dietrich18
> GULP: http://www.gulp.de/profil/rainboxx.html
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev_______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to