Tag Archives: gwt

GWT, GWT-Ext and MIME/Multipart Forms

When trying to create a simple GWT-Ext file upload (GWT-Ext 2.0.4, Ext-JS 2.0.2, GWT 1.5 Windows), GWT reports the following hosted mode error upon form submit: com.google.gwt.dev.shell.HostedModeException: Expected primitive type int; actual value was undefined According to some reports, older versions of GWT display a slightly different error message. com.google.gwt.dev.shell.HostedModeException: Calling method ‘onActionComplete’: JavaScript undefined, [...]

GWT in IDEA 7 – Hello World Tutorial

I was disappointed to notice that the only good article out there about GWT + IDEA 7 has gone missing. Let me give it a quick stab: Prerequisites Make sure to set up Google Web Toolkit. It may also help to add a path variable in IDEA to point to the installation of Google Web [...]