class com.thomson.ppc.utils.XMLObjectOutput
{
.......code here
}
I'm guessing it looks like this
class XMLObjectOutput
{
.....
On 12/21/05, Jason Doyle <[EMAIL PROTECTED]> wrote:
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/
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

