reading http://masonhq.com/docs/manual/ 
Devel.html#advanced_components_calls_with_c that describes how $m- 
 >content is implemented with a closure, i was hoping that i could do  
something like:

<&| /mycomp &>
   <& SELF:mymethod &>
</&>

and have 'SELF:mymethod' refer to '/mycomp:mymethod' but it does not  
work.

$m->current_comp is also evaluated to the actual current comp and  
not /mycomp.

is there a way to do what i want here, or am i stuck with <& / 
mycomp:mymethod &> even inside the closure?

(what i would truly like is for <& .subcomp &> to refer to a  
subcomponent defined in /mycomp rather than the current comp, but  
that doesn't seem possible either ..)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to