Hi all,

I'm new to Flex. I may have to develop some RIA application using 
Flex2.0. I'm using Weblogic as my application server. When try to 
locate my index.mxml(http://localhost:7001/index.mxml), i'm getting 
following error.

22 Errors found. 
 
Error /index.mxml:2 
Unknown attribute 'layout' on mx.core.Application



Error /index.mxml:3 
Don't know how to parse 
element "http://www.adobe.com/2006/mxml:Style";. It is not a known 
type or a property of mx.core.Application.


I've configured name space in my flex-config.xml in the following way

        <namespaces>
            <namespace uri="http://www.adobe.com/2006/mxml";>
                <manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
            </namespace>
            <namespace uri="http://www.macromedia.com/2003/mxml";>
                <manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
            </namespace>
        </namespaces>            
I've got Flex 1.5 jars(flex-bootstrap.jar). do i need to update any 
jars for flex 2.0? if so where can i get new jar files. I've 
installed flex2.0 builder on my system. I'll be thankful for the help 
on this. Thanks in advance.

-silpa









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