I have a file (countries.properties) which contain all value and representations. e.g.: AD=ANDORRA AG=ANTIGUA AM=ARMENIA .... How can use this resource file to create a html:select where the value equals the countryname and the representation the 2letters within the struts framework ?
Thx !