Why does this...
package org.mycomp.iaclean.vo {
public class LoginVO implements org.nevis.cairngorm.ValueObject {
public var uid : String;
public var password : String;
}
}
Return an "Interface ValueObject was not found" error, but if I "import"
first like this...
package org.mycomp.iaclean.vo {
import org.nevis.cairngorm.ValueObject;
public class LoginVO implements ValueObject {
public var uid : String;
public var password : String;
}
}
It works fine?
Maybe I'm just used to Java, but shouldn't you be able to specify the
classpath after "implements" without using "import" or is it a requirement
in AS 3 that you first "import" packages prior to referencing them?
I'm usually in the habit of using just the classpath unless I have to
specify it more than once, then I import it. I also specify the full path
in case there's ever two class names that are the same and I need to
differentiate. I guess I just need to know where and when I can use the
path, and in what cases I must "import" first.
Thanks,
Darren
------------------------ Yahoo! Groups Sponsor --------------------~-->
Everything you need is one click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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/