I'm having some difficulty getting this to happen.

I have a prototype app that works using 0.95, and am trying to 
migrate to 0.99. 

First, I deployed the cairngorm.swc and cairngorm-manifest.xml to 
their appropriate locations and edited flex-config.xml to add the 
new namespace entry. 

Then I replaced com.iterationtwo with org.nevis throughout the 
application and replaced the top-level CairngormApplication tag with 
the ordinary mx:Application tag.

Of course a redeploy of everything and a server restart. 

The error I can't get past is:
-------%snip%---------------
Error /WEB-
INF/flex/user_classes/com/mydomain/myapp/view/AppView.mxml:10 
Unknown attribute 'view' on com.mydomain.myapp.view.AppViewHelper

Error 
Could not find class 'org.nevis.cairngorm.view.ViewHelper'...
-------%snip%---------------

the line throwing the error is:
<myView:AppViewHelper id="appViewHelper" view="{ this }" />


Has anyone done a doc on migrating to 0.99 yet? Does anyone 
recognise the above problem from having migrated?

-=Cliff>




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