Hi All,
In the changes documentation it states that the compiler no longer
automatically removes root tag but no other changes, yet my model
refuses to bind in the new version with: This used to work in 1.5.

I need to use the label attribute for the friendly name and the data
attrubute for the actual post data.

Obviously I can manually manipulate the data from an arraycollection
binded model to turn it into the correct post values via a method call
but I would like to avoid this.

Has anyone found out how to make this work without extra method
manipulation?

Thanks Guys

 <mx:ComboBox id="typeCombo"
dataProvider="{searcfieldsMod.dbfields.field}"  width="140"/>


<mx:Model id="searcfieldsMod">

      <dbfields>

       <field label="choose field .." data="choose"/>

        <field label="file id" data="file_id"/>

        <field label="file description" data="file_desc"/>

      </dbfields>

    </mx:Model>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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