Hi,
I am new to jsp. My requirement is, there is a "test.properties" file with following content
country=US,UK,UAE
On my jsp page I need to create a dropdown box using the above test.properties file. i.e dropdown should show US, UK and UAE values.
I tried using resourcebundle and string tokenizer but couldn't succeed. Can somebody help me on this?