Andrew Hill wrote: > And then you split it in the setter (using a StringTokenizer or some such > similar method) and call map.put() for each token? What are you using as a > key for each token?
my value looks like "user:session, userList:request", where the list is split by the "," and the entries are split by ":" so that "user" is a key and "session" is a value. > When you say its empty do you mean you cant find the things you put in it or > have you done an explicit test and seen that Map.isEmpty() returns true? well both. nearly. I didn't use Map.isEmpty(), I use Map.size() which returns 0. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]