On Sep 4, 10:02 pm, JN <[EMAIL PROTECTED]> wrote: > for (2), i get "com.google.gwt.user.client.rpc.InvocationException: > The call failed on the server; see server log for details"
This shouldn't happen. This message (GENERIC_FAILURE_MSG) is always the message of StatusCodeException which indicates that the returned status code is not 200. This would be exactly what you want. Please check that your server or any servlet or servlet filter does not alter the status code of RPC responses. The status code must be 500 in this case. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
