|
Hi I found the error : the problem is when the day is 1rst jan 1970 ! (actually I use only the time, but this seems to be important to flash The problem was solved when I added ret.get(idx).starttime.setYear(2000); in the server side, before sending the object to flash. Is this normal ? Emil Ong wrote: On Tue, Jul 08, 2008 at 04:49:02PM +0200, Riccardo Cohen wrote:Hi I downloaded and tested yesterday 3.2 snapshot on my mac. It seems to work all right, the setMaxResults problem is solved and the date serialization does not make any error. But there is still a problem in the serialization from java to flex. I use date object for time information. All works great if the time is between 01:00 to 23:59. But for all times from 0:0 to 0:59 the Date object received on the flex side has a bad time. --
|
_______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest

