Perfect! Thank you!

Bruce J Keeler wrote:
> 
> On Thu, 2006-03-23 at 16:45 -0600, Doug Dawson wrote:
> > Hello everyone!
> >
> > I'm having a odd issue. I'm not sure of the Mason version I'm running
> > (corporate server), but maybe someone can help me anyway. If I post a
> > form to a web service and if there is a missing field or another error,
> > it returns a query string with one or more fields called 'err'. I setup
> > the <%args> section with an undefined array call @err.
> >
> > [...]
> > @err => undef
> >
> This is equivalent to
> 
>     @err = (undef)
> 
> i.e. an array with one undefined element.  You want
> 
>     @err => ()
> 
> Bruce
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Mason-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mason-users

-- 
Doug Dawson
Application Developer
Physicians Mutual Insurance Company
(402) 930-2432

There are 10 types of people in the world. Those who understand binary
and those who don't.

____________________________________________________________
This message and any attachments are confidential, may contain privileged
information, and are intended solely for the recipient named above.
If you are not the intended recipient, or a person responsible for
delivery to the named recipient, you are notified that any review,
distribution, dissemination or copying is prohibited.  If you have
received this message in error, you should notify the sender by return
email and delete the message from your computer system.
begin:vcard 
n:Dawson;Doug
tel;work:402.930.2432
x-mozilla-html:FALSE
url:http://www.physiciansmutual.com
org:;ETG
adr:;;2600 Dodge St.;Omaha;NE;68131;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Programmer
fn:Doug Dawson
end:vcard

Reply via email to