GWT/GXT Unable to get value of property ‘user.agent’

If your app hangs in IE/IE8 during load and you have

Unable to get value of property ‘user.agent’ error under Development Mode, you should instruct your IE how to interpret application’s page. To do this, put

<metahttp-equiv="X-UA-Compatible"content="IE=8">

in your index.jsp or whatever you use to render the app. More information on

GWT wiki page.

You May Also Like

Sonar Gerrit Plugin Release

I am happy to announce a first release of my Sonar Gerrit plugin. This plugin reports Sonar violations on your patchsets to your Gerrit server. Sonar analyses full project, but only files included in patchset are commented on Gerrit. Please forward to project page for installation instructions. This plugin is intended to use with Gerrit Trigger plugin for Jenkins CI server. Together they provide a great tool for automatic static code analysis.I am happy to announce a first release of my Sonar Gerrit plugin. This plugin reports Sonar violations on your patchsets to your Gerrit server. Sonar analyses full project, but only files included in patchset are commented on Gerrit. Please forward to project page for installation instructions. This plugin is intended to use with Gerrit Trigger plugin for Jenkins CI server. Together they provide a great tool for automatic static code analysis.