Tuesday, May 31, 2011

Re: Using custom LocalMessages apart from Locales

Hi Thomas,

thanks a lot! I've tried your advice right now and it works absolutely fine for all cases where we can inject the LocalMessages.

There is only one problem since we also use the LocalMessages within the UiBinder xml templates. There we currently reference the LocalMessages as a resource to the common LocalMessages interface like this:

<ui:with field="localMessage" type="net.company.project.common.widgets.client.i18n.LocalMessages" />
 
But this reference seems to be used / executed before the <replace-with> tags are parsed and GIN is executed?

Is there a possible solution to enable GIN also working in that case?

Best regards and thanks again for your help

Tim

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment