Hi all, I have a problem regarding FormPanel. Initially, i am working on default GWT application for submit text through textarea and upload file to server, all the events are handled by servlet, works pretty fine. However, when i switched to using the GWT Showcase framework (http://gwt.google.com/samples/Showcase/Showcase.html), all my FormPanel events having problem on onSubmitComplete, it is no respond at all. But if i try to send the request through URL, the servlet is responded and all the parameters displayed as predicted. Second thing, when i try compile and browse in the default IE browser (Chrome), i click the submit button, it popup a new page and show the correct servlet url, but the content is
HTTP ERROR: 405 HTTP method Get is not supported by this url RequestURI=.readmesystem/textarea Powered by Jetty:// again, i try insert some parameters after textarea?Variable=Hello, servlet is just working fine. I try search the forum and i found this issue (http://code.google.com/ p/google-web-toolkit/issues/detail?id=528), i try to remove the history support in the Showcase.java > History,addValueChangeHandler (historyHandler), it popop up more error, so i give up this method. Therefore, can someone give me guidance about this issue. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
