Hi,
Is there a way in fluorine to force a nullable double to be passed to flex as NaN? (and vice versa) By default these values are passed as null, but a Number in actionscript is not nullable, so it is converted to 0 by default.
I need server side nullable doubles to be NaN in flex, and NaN values from flex to be nullable doubles on the server side.
Any thoughts?
Thx,