I was trying to implement the XMLObjectOutput but am getting this error: "The class being compiled, 'XMLObjectOutput', does not match the class that was imported, 'com.thomson.ppc.utils.XMLObjectOutput'. "
//At the top of my page I am importing the class import com.ppc.utils.XMLObjectOutput; //And then using it in my function like so var myDebugger:XMLObjectOutput = new XMLObjectOutput() ; myDebugger.traceObject(assignmentsVO.aAssignments, 'Dump of Feed Data'); Any ideas what I am doing wrong? ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 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/

