GWT generating i18n properties

2011-02-21 Thread Phill Sacre
Hi We have a number of Constants and Messages interfaces in our project which use the @Generate annotation. Up until recently GWT was generating the .properties files for each locale without any problems. However it seems that this isn't working any more. We have recently upgraded to GWT 2.1, I

Re: GWT generating i18n properties

2011-02-21 Thread Phill Sacre
was included in the output with the generated .properties files. Thanks Phill On Feb 21, 9:32 am, Phill Sacre phillip.sa...@gmail.com wrote: Hi We have a number of Constants and Messages interfaces in our project which use the @Generate annotation. Up until recently GWT was generating

Re: this$instance is null

2010-03-01 Thread Phill Sacre
using UI Binder) and it seems to work now! Just in case someone else has this issue I thought it would be worth mentioning :) Phill On Feb 26, 11:33 am, Phill Sacre phillip.sa...@gmail.com wrote: Hi I have an issue when I try to remove / add a widget. The page looks something like this: div

this$instance is null

2010-02-26 Thread Phill Sacre
Hi I have an issue when I try to remove / add a widget. The page looks something like this: div id=header/div div id=content/div div id=footer/div Essentially what I want to do is change the value of the content div when someone clicks on a menu item. So I have created a Command which looks