Re: Is there a way to not compile the default locale ?

2011-05-17 Thread Josh Berry
I don't know the specifics on why it worked, but locally we just did an additional set-property name=local value=en/. My initial guess would be that this will not work if you are supporting two locales. On Tue, May 17, 2011 at 12:04 PM, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote:

Re: need more abstract AsyncCallback class

2011-04-11 Thread Josh Berry
On Mon, Apr 11, 2011 at 8:00 AM, tanteanni tantea...@hotmail.com wrote: an optimal implementation would be if the result type could be a generic type: A class lie this: class GeneralCallbackT implements AsyncCallbackT{      public GeneralCallback(T target){           ... }   public

Re: need more abstract AsyncCallback class

2011-04-11 Thread Josh Berry
D'oh! Looks like the offline gmail worked against me. :) Late posting a duplicate suggestion, and I meant to edit it. I was going to say it might be worthwhile to use TakesValueT instead of collection, so you can get the callback semantics in there. -- You received this message because you

Re: need more abstract AsyncCallback class

2011-04-11 Thread Josh Berry
On Mon, Apr 11, 2011 at 9:44 AM, tanteanni tantea...@hotmail.com wrote: using list.add also adds to the list given in constructor? i know it's probably a java-noob question but why it is different to onSuccess ... list = result ? (besides that this isn't working ;-)) Wow... this is so much

Re: GWT Date Serialization problem

2011-03-31 Thread Josh Berry
Pretty sure this is a simple issue of the timezone messing things up. (Sorry for not having a solution right off, just something to look into.) On Thu, Mar 31, 2011 at 4:03 PM, SVR svr...@gmail.com wrote: Simplifying my use case: I have a Text box from which I read the value from: Sender is