Hello Guys, I have page with 3 TextAreas, strange behavior happens when this textareas has 300 characters or more. When I retrieve the values of 3 textareas I received this message:
Ocorreu um erro de comunicação com o servidor. com.google.gwt.http.client.RequestException: O sistema não pode localizar o recurso especificado. Translate: com.google.gwt.http.client.RequestException: The system can not locate the resource specified. My code: String tratativa = taTratativa.getText(); // TextArea String resposta = taResposta.getText(); // TextArea String planoAcao = taPlanoAcao.getText(); // TextArea Somebody help me? --~--~---------~--~----~------------~-------~--~----~ 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-toolkit@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=en -~----------~----~----~----~------~----~------~--~---