Yick. I am with Clinton on this one, too. I have never used a Map for anything complex and finished it thinking "Dang! That worked great!" I always felt cheap and dirty...like I needed a shower. ;-)
It is so much nicer IMO to let the compiler do what it was meant to do for me: Verify that the names and types all match up. :-D Larry On Sat, 05 Feb 2005 16:35:18 -0600, friendVU admin <[EMAIL PROTECTED]> wrote: > person.put("name",person.get("name1")); > > I have a lot of that in my code.