Hi people,
I am developing an application using Java 2 Me. In my application the user has to fulfill a profile.
Now, the user types the country and city where he is from using TextField. But I would like to improve it.
Is it possible to get a list of all the countries and after choosing a country to get the list of all the cities of the chosen country?
I was thinking something like that:
using a ChoiceGroup.POPUP for all the countries - when the user choose one (for example Denmark), another ChoiceGroup.POPUP will be visualized and It will give the opportunity to choose all the danish cities.
is it possible to get these lists somewhere?
thanks
antonio

Reply With Quote



