I do this by formatting it the data with no commas, no currency sign: so before I want to save the data I execute:
model.webOrder.customerQty = int (nf.format(txtQty.text));
where nf is defined as:
<mx:NumberFormatter id="nf" precision="0" useThousandsSeparator="false" />
bruce

