I have a form that I have several fields on and I am sending them to a
cfc for processing, however if any of the fields are blank then I get,
"Required parameter 'XXXX' not found in input arguements". How can I
either validate the fields or allow them to be blank...
here is a sample of one of the field(s):

<mx:RadioButtonGroup id="TypeOfAction" />
      <mx:RadioButton label="Establish New UserA"
groupName="TypeOfAction" data="yes" />
      <mx:RadioButton label="Change Record as Specified"
groupName="TypeOfAction" data="no" />

***** on of the request inputs in the webservice call to the cfc;
<TypeOfAction>{TypeOfAction.selectedData}</TypeOfAction>

now if I don't check this radio box then I will get the error
mentioned above...i have other fields that vary from radio buttons to
text fields and if I don't fill them all in the I get that error. ANy
idea on how to allow for blank or nulls?
Craig Newroth
The Boeing Company - STL






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to