We want to remove a form variable basically at a top level (in autohandler) but 
are having no luck.  I have tried the following:

delete $ARGS{'varname'};

delete $m->request_args()->{'varname'};

delete $m->caller_args(-1)->{'varname'}

$m->cgi_object->delete('varname');



However all seem to just be references and not the actual args.   Even doing 
all of those $ARGS{'varname'} is still present with the proper value in 
modules/components called after.



Thanks,



Mark Reline



-------------------------------------------------------------------------
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