On Aug 21, 2:01 pm, Arkady <[email protected]> wrote: > Actually the request is never posted and therefore never arrives to > the impl class. I suspect that the problem is with the serialization > of the MyItem class. >
Your interface may be serializable, but are all your fields also serializable in your implementations of this class? (ie. are all members of AItem extends MyItem serializable?) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
