Excerpts from Furst, Carl's message of Tue Oct 13 17:54:58 -0400 2009:
> as we know components in mason have their own lexical scope which is fine
> but it would be easier if I could pass the %args hash as a lexical argument
> from one component to the next without have the elements of the %args hash
> that I am using removed from that hash.
> 
> Example:
> 
> 
> <%args>
> $thing1
> $thing2
> $thing3
> $thing4
> $thing5
> </%args>
> 
> %# some code here
> 
> <& subthing, %ARGS &><%doc>All the things are gone from %ARGS. Only What I'm
> not using is passed.</%doc>

Try showing some of your actual code.  I suspect that you are providing default
values in <%args>, which don't make it into %ARGS (since they weren't passed
in).  <%args> does not change %ARGS, for better or for worse.

hdp.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to