Hi, is this a reported bug????

Using <cfwddx > on a XML packet causes error ::

Exception during WDDX operation.
coldfusion.wddx.BeanSerializer$IllegalPropertyAccessException: Error reading
property for coldfusion.xml.XmlNodeList.node..

example code :

<cfxml variable="exampleXML">
        <a>
                <b>
                        <c>
                        </c>
                </b>
        </a>
</cfxml>

<cfoutput>Is this a XML Document:#IsXmlDoc(exampleXML)#</cfoutput>
<cfwddx action="cfml2wddx" input=#exampleXML# output="a" />


Thanks Justin


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to