What you can do is to write a small java application to generate the list for you, using the static Locale class methods as you mention below . You can create json, text or xml and import it into your drop down list.

This will save you a lot of tedious typing.

On 10/12/2011 7:39 AM, gerry wrote:
Hi Thad,

Thanks for your reply. In your suggestion I will have to type all the
countries and their codes myself, while I was hoping I could do it in
a more automated way, like I could do if I could use the
java.util.Locale package (method static String[] getISOCountries() for
example) which is not supported by GWT. But it seems I can't do
anything simpler than what you suggest.

HTH

Alan

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

Reply via email to