@Generate({format = "com.google.gwt.i18n.rebind.format.Properties"},
fileName = "properties_file_name")
on both interfaces should work
On Oct 24, 10:22 am, bmalkow <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I have two interfaces:
>
> public interface Module1 extends Messages {
> @Key("logindialog.username")
> String username()
>
> }
>
> public interface Module2 extends Messages {
> @Key("useredit.fullname")
> String fullname()
>
> }
>
> Is there a way to load keys from one file? I need to have one
> properties file with messages to Module1 and Module2
> Is this possible?
>
> --
> Bartosz Małkowski
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---