I have database tables that contain some columns of type TIMESTAMP(3). I map these in Hibernate using "timestamp" in the XML mapping file. The corresponding Java class uses "Date". This gets passed over GWT-RPC to the client that is using GXT 2.0.4 to display those records in a Grid. The problem is that the Grid doesn't sort the date fields properly. As ExtJS has claimed that it's not a bug in GXT, I am wondering if it's somehow a problem in how the column is mapped and converted. Thoughts?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.