Re: MessagesWithLookup

2014-12-05 Thread David
l with i18n.rebind package. E.g. > > @Messages(MyMessages.class) // used by your generator to create the > delegate and inspect all methods > interface MyMessagesWithLookup extends MessagesWithLookup { > } > > MyMessagesWithLookupImpl implements MessagesWithLookup { > > MyMessages de

Re: MessagesWithLookup

2014-12-04 Thread Jens
don't have to deal with i18n.rebind package. E.g. @Messages(MyMessages.class) // used by your generator to create the delegate and inspect all methods interface MyMessagesWithLookup extends MessagesWithLookup { } MyMessagesWithLookupImpl implements MessagesWithLookup { MyMessages delegate =

MessagesWithLookup

2014-12-04 Thread stuckagain
MessagesWithLookup. (I need to be able to support PluralCount and SafeHtml results, which are not supported by ConstantsWithLookup). I wanted to try and create such a thing myself, however most code of the com.google.gwt.i18n.rebind is package private. So, any plans to add it (or allow a patch

Re: MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
OK, my bad. I imported a class from another package that I thought was GWT. On Jun 25, 5:46 pm, Frank Mena wrote: > I have a messages interface that extends Messages.java and works > fine.  When I switch to extending to MessagesWithLookup.java instead, > I get the error message: > > Deferred bi

MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
I have a messages interface that extends Messages.java and works fine. When I switch to extending to MessagesWithLookup.java instead, I get the error message: Deferred binding result type 'com.mycompany.MyMessages' should not be abstract I cannot figure out why this is happening. Why is this ha

MessagesWithLookup ??

2010-02-11 Thread Floch
Hello, I'm a newbie in GWT and I need your help! Here is my issue: One of my RPC method returns a key: common.hello. I would like to be able to retrieve the corresponding message via my implementation of Messages. Is there a way to do so? If not, how can I solve my problem? Thank you for your he

Re: Request to add MessagesWithLookup

2008-10-21 Thread obesga
There are ConstansWithLookup, but no what you're telling about Oskar On 21 oct, 12:44, Kelvin <[EMAIL PROTECTED]> wrote: > is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro

Request to add MessagesWithLookup

2008-10-21 Thread Kelvin
is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to [EMAIL