Thanks Bill.
That helped me to learn a lot, unfortunately, I am still having my problem.
I guess the best way I can boil it down is like this:
main.mxml:
public var ds:DataService = new DataService(`nameA');
flex-data-service.xml:
<destination id="nameA">
</ destination>
a simple change to both these files to:
main.mxml: (edited)
public var ds:DataService = new DataService(`nameB');
flex-data-service.xml: (edited)
<destination id="nameB">
</ destination>
breaks it. (Even after system/server restarts!)
--
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

