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
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. (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
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
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
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
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
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