I think your are missing the parenthesis...

var test:myV0 = new myV0();


                                                                                
                               
                                                                                
                               
             "JesterXL"                        To: flexcoders@yahoogroups.com   
                               
             <[EMAIL PROTECTED]>        cc:                                     
                        
             Sent by:                          Subject:  Re: [flexcoders] Array 
of VOs class loading issue     
             flexcoders@yahoogroups.com                                         
                               
             08/03/2005 02:20 PM                                                
                               
             Please respond to                                                  
                               
             flexcoders                                                         
                               
                                                                                
                               
                                                                                
                               




myV0 != myVO

One is a zero, the other is the letter "o", right?

----- Original Message -----
From: "Rob Rusher" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Wednesday, August 03, 2005 2:15 PM
Subject: [flexcoders] Array of VOs class loading issue


I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

-------- Code for the myListVO.as --------
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/ var test:myV0 = new myV0;
                                ...
return newObj;
}

public var qArray:Array = new Array();
}

--
Regards,
Rob Rusher



--
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









--
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











---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---------------------------------------------------------------------------






------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12h1akkes/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123100910/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

--
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/
 


Reply via email to