I'm trying to follow the pattern described in the Webster/McLeod book where the mx:RemoteObject tags are in a separate services.xml file.

However, I am getting the error:

URI services is unknown! The namespace must either be defined via a manifest, or specified in package syntax (prefix.* or * for local components).

on the following line:
<myServices:services id="services" />

I feel like I must be missing something in flex-config.xml.

I have the following declaration of myServices:

<mx:Application
    xmlns:mx="http://www.macromedia.com/2003/mxml"
    xmlns:myServices="services"
    verticalGap="0"
    backgroundColor="#7D8FA8"
    initialize="initApp()"
    pageTitle="myAppName">

and the following layout:
web
..myAppname
....com
....services
......services.xml
....mainApplication.mxml
WEB-INF

Solutions or troubleshooting tips would be much appreciated.
- Richard


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to