--- In [email protected], "Benoit Hediard" <[EMAIL PROTECTED]> wrote:
>
> Are you sure you got the latest version?
> 

Yes I am sure. I have just downloaded the code you supplied in your 
earlier link:  This fragment illustrates part of the problem.  
The 'org.nevis' prefix is no longer supported in the Cairngorm2 
product.  You must be compiling with an old version of the Cairngorm 
classes:

package com.mycompany.phones.controller {
        
        import com.mycompany.phones.model.ApplicationModel;
        import com.mycompany.phones.service.PhoneDelegate;
        import com.mycompany.phones.view.ApplicationView;
        
        import mx.collections.ArrayCollection;
        import mx.controls.Alert;
        import mx.rpc.events.FaultEvent;
        import mx.rpc.events.ResultEvent;
        
        import org.nevis.cairngorm.business.Responder;
        import org.nevis.cairngorm.commands.Command;
        import org.nevis.cairngorm.control.CairngormEvent;
        import org.nevis.cairngorm.view.ViewLocator;






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/7EuRwD/fOaOAA/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/
 


Reply via email to