On Tuesday 10 January 2006 12:56 pm, Ryan Perry wrote:
> <%args>
> @StatusTypes => @{$m->request_args->{StatusTypes}} || undef
> $Status => undef
> $queueType
> </%args>
>
> What is a better way to do what I'm trying to do?Assuming I'm not missing some context, this should work: <%args> @StatusTypes => undef $Status => undef $queueType </%args> mason will generally auto convert to lists based on the variable type. -- To know and yet think we do not know is the highest attainment. Not to know and yet think we do know is a disease. - Lao-tzu ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

