No. This only happens when I was trying to send the obj.
And of course now it isn't happening, but I get this when I dump the object.
Not sure exactly what it translates into in CF?
btw.... FLEX (newbie), CF (since 1.0)... :P
object of com.macromedia.crimson.tree.ElementNode2
Methods toString (returns java.lang.String)
write (returns void)
trimToSize (returns void)
getAttributes (returns interface org.w3c.dom.NamedNodeMap)
setAttribute (returns void)
getAttribute (returns java.lang.String)
removeAttribute (returns void)
setIdAttributeName (returns void)
getIdAttributeName (returns java.lang.String)
cloneNode (returns interface org.w3c.dom.Node)
getNodeType (returns short)
hasAttributes (returns boolean)
getAttributeNodeNS (returns interface org.w3c.dom.Attr)
setAttributeNS (returns void)
setReadonly (returns void)
writeXml (returns void)
getAttributeNode (returns interface org.w3c.dom.Attr)
getUserObject (returns java.lang.Object)
setUserObject (returns void)
getAttributeNS (returns java.lang.String)
getTagName (returns java.lang.String)
hasAttribute (returns boolean)
hasAttributeNS (returns boolean)
removeAttributeNS (returns void)
removeAttributeNode (returns interface org.w3c.dom.Attr)
setAttributeNode (returns interface org.w3c.dom.Attr)
setAttributeNodeNS (returns interface org.w3c.dom.Attr)
getPrefix (returns java.lang.String)
getLocalName (returns java.lang.String)
getNamespaceURI (returns java.lang.String)
getNodeName (returns java.lang.String)
setPrefix (returns void)
getLength (returns int)
normalize (returns void)
removeChild (returns interface org.w3c.dom.Node)
appendChild (returns interface org.w3c.dom.Node)
item (returns interface org.w3c.dom.Node)
getElementsByTagName (returns interface org.w3c.dom.NodeList)
replaceChild (returns interface org.w3c.dom.Node)
getFirstChild (returns interface org.w3c.dom.Node)
getLastChild (returns interface org.w3c.dom.Node)
hasChildNodes (returns boolean)
insertBefore (returns interface org.w3c.dom.Node)
getElementsByTagNameNS (returns interface org.w3c.dom.NodeList)
writeChildrenXml (returns void)
getIndexOf (returns int)
removeWhiteSpaces (returns int)
getLanguage (returns java.lang.String)
isSupported (returns boolean)
getChildNodes (returns interface org.w3c.dom.NodeList)
getParentNode (returns interface org.w3c.dom.Node)
getOwnerDocument (returns interface org.w3c.dom.Document)
getNextSibling (returns interface org.w3c.dom.Node)
getNodeValue (returns java.lang.String)
getPreviousSibling (returns interface org.w3c.dom.Node)
setNodeValue (returns void)
isReadonly (returns boolean)
getInheritedAttribute (returns java.lang.String)
hashCode (returns int)
getClass (returns java.lang.Class)
wait (returns void)
wait (returns void)
wait (returns void)
equals (returns boolean)
notify (returns void)
notifyAll (returns void)
ELEMENT_NODE 1
ATTRIBUTE_NODE 2
TEXT_NODE 3
CDATA_SECTION_NODE 4
ENTITY_REFERENCE_NODE 5
ENTITY_NODE 6
PROCESSING_INSTRUCTION_NODE 7
COMMENT_NODE 8
DOCUMENT_NODE 9
DOCUMENT_TYPE_NODE 10
DOCUMENT_FRAGMENT_NODE 11
NOTATION_NODE 12 _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 2:07 PM To: [EMAIL PROTECTED] Subject: RE: [DFW CFUG] Frustrated Flex-CFC-Webservice Question Galen - Can you send the exact error? Is the Flex app and the CF server running on different domains? Rick... _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Smallen, Galen Sent: Thursday, March 01, 2007 1:26 PM To: [EMAIL PROTECTED] Subject: [DFW CFUG] Frustrated Flex-CFC-Webservice Question 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: image001.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/
