Re: Country combobox and lookup country by IP

2009-09-07 Thread Jaap
Anybody knows the answers to the questions below? On Aug 30, 2:20 am, Jaap jaap.hait...@gmail.com wrote: Hi, In my GWT/appengine application I need users to select their country. Two questions 1) Does GWT provide by default a combobox that lists all countries, or is there some 3rd party

Re: Country combobox and lookup country by IP

2009-09-07 Thread Sri
re.1 ) No, GWT doesn't have such a combo box. You will have to create one and populate it. re.2 ) There is nothing that GWT provides out of the box. You'd have to write a gwt service which returns the country name based on the ip address and use it to select the country. To actually implement the

Country combobox and lookup country by IP

2009-08-29 Thread Jaap
Hi, In my GWT/appengine application I need users to select their country. Two questions 1) Does GWT provide by default a combobox that lists all countries, or is there some 3rd party library for this 2) I'd like to fill in the country already when the page loads based on the IP address. Is