Hi,
I ran into a little problem. If I add a string to the TR.properties that
contains "," Configurations parses it as a Vector and I get a
ClassCastException if I call getString().
Any objects to modify getString() to so that it returns strings with ","?
I'm thinking about parsing the Vector.toString(). Something like this:
String s = value.toString();
return s.substring (1,s.length()-1);
~ Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]