Any reason why HTTPService when return my XML as an Object transform
the following array into strings that was suppose to contain strings

<item key="version">
                <label><![CDATA[Version]]></label>
                <type><![CDATA[dropdown]]></type>
                <source>
                        <item key=""><![CDATA[Choose]]></item>

                        <item key="2.0"><![CDATA[2.0]]></item>
                        <item key="1.2"><![CDATA[1.2]]></item>
                        <item key="1.0"><![CDATA[1.0]]></item>
                </source>
                <default><![CDATA[Choose]]></default>
                <width><![CDATA[100]]></width>
                <rules><![CDATA[trim|required]]></rules>
        </item>

I'm populating my combobox with the "source" node. I'm using
HTTPService and the resultFormaat = "object".

It adds but whenever i have 1.0 or 2.0 flex just assume it's an string
and use "1 or 2" removing the .0. 

there is anyway to tell flex to NOT remove that i want an string and
not an integer?

raf

Reply via email to