hi!

I have problems with mason and a form with one single checkbox. Perhaps 
I do not have the richt point of view.

<form action="a.mas">
    <input type="checkbox" name="m" value="v"/>
</form>

In the a.mas I have:

<%args>
$m
</%args>

$m is initialized if the checkbox is checked but undefined (and I got an 
error) if not.
If I do not use %args but take %ARGS I find nothing if unchecked an key 
name = val if checked. So it is consistent with the manner of $args.

Is there a way I can simple use the %args
or do I need to check %ARGS with undefined etc.?

thanks!
chris


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to