RE: [flexcoders] Number data type rounding/flooring with FDS and Java

2007-05-17 Thread Peter Farland
To: flexcoders@yahoogroups.com Subject: [flexcoders] Number data type rounding/flooring with FDS and Java Hi, simple problem. I have a strongly-typed VO with a property value as a Number on the Flex side, and a Double on the Java side. In the database the value is, let's say 5.20, but when I

[flexcoders] Number data type rounding/flooring with FDS and Java

2007-05-11 Thread alteraa
Hi, simple problem. I have a strongly-typed VO with a property value as a Number on the Flex side, and a Double on the Java side. In the database the value is, let's say 5.20, but when I view the data in a DataGrid it floors the value to 5. I'm using a dataService to fill the ArrayCollection