How can I escape list delimiter characters in property configuration?

    my.strings=silk,cotton               # List of two strings
    my.strings=silk,cott\,on             # List of two strings again
    my.strings=silk,cott,on              # List of three strings

However, escaping the list delimiter as above does not seem to work.
How can I accomplish what I am trying to do?

Thanks,

/U

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to