On 24 oct, 12:49, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> @Generate({format = "com.google.gwt.i18n.rebind.format.Properties"},
> fileName = "properties_file_name")
>
> on both interfaces should work

...to generate the properties files from the Java code (not really
useful but to serve as a basis for translations in other locales) but
not to generate the JavaScript code (which always looks for properties
files named after the GWT.create()ed Messages interface).

And actually it won't work: it will generate a properties file for the
first Messages interface seen, and silently ignore the second
interface.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to