Hi,
I have the following property file :
rating0=Rated 0 star!
rating1=Rated 1 star!
rating2=Rated 2 stars!
rating3=Rated 3 stars!
rating4=Rated 4 stars!
rating5=Rated 5 stars!
ratingsMap=rating0, rating1, rating2, rating3, rating4, rating5
I'm using I18NCreator from GWT 2.4.0 and the outcome is as below :
@DefaultStringValue("rating0, rating1, rating2, rating3, rating4, rating5")
@Key("ratingsMap")
String ratingsMap();
Of course, I was expecting the following :
Map<String, String> ratingsMap();
Is I18NCreator able to generate Maps and not only simple methods returning
a String?
Thanks!
--
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/-/U70IdXW0PsgJ.
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.