On 10/13/2009 05:54:58 PM, Furst, Carl wrote: > <& subthing, %ARGS &><%doc>All the things are gone from %ARGS. Only > What I'm > not using is passed.</%doc>
Just as a note, I usually do not use an args block, so I can tell you for certain that if you use $ARG{arg} instead, you can use and pass all of %ARGS -- I guess that is sort of self evident. If you are really determined to keep the args block tho, why don't you try something like this: <%init> my %copy = %ARGS; </%init> I have not tried this, and as I said I usually do not use the args block, so I cannot say for sure that <%init> happens before <%args>, but if it does, then you are set. ------------------------------------------------------------------------------ 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