hi, i am having a weird serialization problem. I am using GXT and they have these concept of BaseModel (effectively a map). This works fine in the sense that RemoteServiceServlets return List<BaseModel> to the client with no issues. Now i am trying send one such object = List<BaseModel> to 1 Servlet as input and it does not work. I have no errors anywhere ie no exceptions get printed anywhere. I know that if the type is not Serializable, there is an exception printed in Jetty (DevMode). So must be something else.. I know that the Servlet does not get called at all because i have a break point right at the start and that does not hit. I dont even know how to start to tackle this. Any ideas will be appreciated thanks
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
