(Note "Element" is not part of the error message, but the element's serialization)
Thank you for the reply. Yes embarasingly I missed the { }. I fixed and works. One more question: When will com.google.gwt.i18n.Constants be usable in a ui.xml file ?? AFAICT, only TextResources are available ! Am I missing something?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7_HoE4a7YmQJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
An compile error like "can't implement the constants interface: It must implement TextResource or _____". I forget the other type the error states.My semantics here are:interface MyResources extends ClientBundle {@Source("MyConstants.properties")MyConstants constants();}
where MyConstants interface is auto-generated via the gwt-maven-plugin.
I'm on 2.4
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VycIWPWSmNMJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.