Hi I am new to GWT programing. I use it with the smart gwt api. I have created a RPC, which returns HashMap<String, HashMap<String, String> All things on the server are done with no errors, it returns this hashmap. However on the client always is executed onFaiure and this message is shown: e.getMessage() ----> e.getStackTrase()[0]: This application is out of date, please click the refresh button on your browser. ---->undefined
When i change simply to return String and return "test" it returns on success it. This is happening only in WEB mode. I have no unserializable objects in the hashmap. I am running this on Jboss and i have deleted the tmp dir with the cache before deploy. I have clear the browser cache too. Not worked. How can i return such HashMap from the server??? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
