... the problem is with the trailing ","; it produces a one space char instead of none (i.e., " " vs. "").
Thanks in advance for your comments.
Marc
Kevin Kovach
Greenhorn
Joined: Oct 17, 2005
Posts: 5
posted
0
I've been searching the web for the answer to this question for the past couple hours. I've seen several threads but they all end the same way. Without an answer and the original poster ending up using some kind of tokenizer instead.
This is very confusing to me. I'd have thought this was something that somebody would have a quick answer for. Maybe this is not a very common usage, but it seemed like a decent solution to me.
I'd really appreciate a response from anyone knowing the correct format of the properties file and usage of the ResourceBundle.getStringArray() method.