Not sure if this is it, but when I create my ModelLocator I always rename 
like

public class AppModelLocator implements ModelLocator {

so that my class and the Cairngorm base class aren't both named 
"ModelLocator"

Like I said, not sure that would cause a circular reference or if there's 
something else in your code somewhere.  If that doesn't work you could try 
posting your ModelLocator code here.

Darren



>From: "julien castelain" <[EMAIL PROTECTED]>
>Reply-To: flexcoders@yahoogroups.com
>To: flexcoders@yahoogroups.com
>Subject: [flexcoders] Getting started with Cairngorm
>Date: Sun, 20 Aug 2006 17:04:44 +0200
>
>hi list,
>
>i'm trying to use Cairngorm in a flex project (1st attempt), i have a
>"ModelLocator" class that implements the
>"com.adobe.cairngorm.model.ModelLocator" interface, my ModelLocator
>class is in a package (org.something.myapp.model), each time i try to
>use it i get this error
>"Circular type reference was detected in ModelLocator" -- should i
>name it differently?
>
>thanks for the help
>
>
>--
>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

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