Craig, sounds like your cfarguments are set to required="true" in the CFC.. you could do a default= in your cfargument so that you can have something in there always.
Also, confused as to why you're employing.. ***** on of the request inputs in the webservice call to the cfc; <TypeOfAction>{TypeOfAction.selectedData}</TypeOfAction> You are doing your <mx:RemoteObject ... combined with a defined handler correct? <mx:RemoteObject id="roFlexCompanyUser" endpoint="http://mydomain/flashservices/gateway?h" source="app.machii.model.FlexUser" showBusyCursor="true"> <mx:method name="getCompanyUserInfo" result="roCompanyUserInfoHandler(event.result)"/> </mx:RemoteObject> -Steve --- In flexcoders@yahoogroups.com, "cnewroth55" <[EMAIL PROTECTED]> wrote: > > 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/