Leon Messerschmidt wrote:

> 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 ","?
> 

We have a similar problem, but it is supposed to use "," to separate multiple values.

In our case, we store values, and some of the values include ",". When later reparsed, 
"," are not
quoted and we get the same error.

The problem is in ExtendedProperties not quoting "," when saving, and later breaking 
at commas on reloading.
You should, if adding by hand, use "\," instead of ","



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to