Expand my Community achievements bar.

LCDS Java Long to Flex Number conversion issue

Avatar

Level 1

Hi,

I am having a userVO in Java and Flex. userId attribute of userVO is of type Long in Java class and Number in AS class. The Long attribute userId "10001256" in the Java userVO gets converted to an exponentinal value for e.g 1.0001196E7 by LCDS.

I want the userId to be represented as "10001256" in the Flex side instead of an exponential value. Is there something i am doing wrong?

Thanks in Advance

0 Replies