I have been search for an answer for a couple of hours, as a not so last
resort he goes:

private function gatherEditData():void  {

var saveObj:Object=new Object();
     saveObj.userID=localUser.userID;
  saveObj.firstName=localUser.firstName;
   saveObj.lastName=localUser.lastName;
      saveObj.login=localUser.login;
      saveObj.email=localUser.email;
     saveObj.rights=new Object();
 
    for (var i:int = 0; i < rightsDrop.length; i++) {
 
saveObj.rights[rightsDrop[i].program]=rightsDrop[i].selectedItem.data;
       }
 parentApplication.wsUsers.updateUser(saveObj);

}

With the above code, I get issues (#2032 error) on the CFC function:

<CFFUNCTION NAME="updateUser" ACCESS="remote" RETURNTYPE="string"
OUTPUT="false">
<cfargument name="userObj" type="any" required="yes"> 

<cfreturn "HI">

</CFFUNCTION>

Question is, does this make sense, or is this just the wrong way.  I have to
use Webservices as the server is CFMX 6.

Thanks for any help.

 
_________________________________________
Galen M. Smallen
Quality Supplier Data Systems
Bell Helicopter/Textron
 
 

<<attachment: Glacier_Bkgrd.jpg>>

_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.instantspot.com/
  www.teksystems.com/

Reply via email to