<esri:Map id="map"> </esri:Map>
Solved! Go to Solution.
That was it. I used "default" instead of "defaults". Renaming it and running a clean made it all work. Thanks for all of your help with this. It is very appreciated.
<fx:Component id="memoField"> <fieldClasses:MemoField minWidth="200"/> </fx:Component>
<fx:Component id="memoField"> <fieldClasses:TextField minWidth="200"/> </fx:Component>